Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DISCUSSION] PHP RFC: Objects can be declared falsifiable #9868

Closed
wants to merge 9 commits into from
Closed

[DISCUSSION] PHP RFC: Objects can be declared falsifiable #9868

wants to merge 9 commits into from

Conversation

joshbruce
Copy link

@joshbruce joshbruce commented Nov 2, 2022

RFC on PHP Wiki

  • Rebase will most likely be necessary at some point to remove changes to README from the commit history
  • Research Stringable implementation
  • Locate __toString() implementation in code
  • Locate response to empty() function implementation
  • Research is_countable() implementation as it might be helpful with handling empty()
  • Demonstrate possible impact on static analysis tools
  • Demonstrate impact on equality operators
  • Any changes needed for Zend/zend_exceptions.c?

Disclaimer: I'm very green to internals development. I fancy myself a front-end and UX guy; so, this is a bit beyond my usual depth.

@joshbruce joshbruce changed the title PHP RFC: Objects can be declared falsifiable [DISCUSSION] PHP RFC: Objects can be declared falsifiable Nov 2, 2022
@joshbruce
Copy link
Author

Closing for now. Didn't mean to put it against upstream yet.

@joshbruce joshbruce closed this Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant