-
Notifications
You must be signed in to change notification settings - Fork 7.9k
RFC: Deprecate type juggling to and from bool for function type juggling context #18879
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
base: master
Are you sure you want to change the base?
Conversation
Found while working on php/php-src#18879
0e1de90
to
abacde3
Compare
- Use INI sections - Use CGI sections - Move data into a subfolder - Remove ZPP tests - Fix various bugs within tests - Simplify some Found while working on #18879
abacde3
to
8f5f75b
Compare
8f5f75b
to
6487506
Compare
…impleXML This should really use a function in zend_test to test this behaviour
c246c9e
to
e1a3dc6
Compare
Not sure how the Windows tests are set up, but I think it's coming from here; it'd be returning false if they don't exist (similar to php-src/ext/pdo_odbc/tests/common.phpt Lines 26 to 38 in 642d729
That include seems to assume the other variables are set if this one is, which doesn't seem to be the case here:
|
Ah lovely, I love how many bugs this proposal is finding in our own test suite lol |
RFC: https://wiki.php.net/rfc/deprecate-function-bool-type-juggling
@nicolas-grekas this should allow you to check if SF is affected :)