We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code:
<?php class Box { } class Test { function __destruct() { global $box; $box->value = null; } } $box = new Box(); $box->value = new Test; is_callable($tmp,$tmp,$box);
Resulted in this output:
/home/phpfuzz/WorkSpace/flowfusion/php-src/Zend/zend_hash.c(2672) : ht=0x7fa629c4b360 is being destroyed php: /home/phpfuzz/WorkSpace/flowfusion/php-src/Zend/zend_hash.c:74: void _zend_is_inconsistent(const HashTable *, const char *, int): Assertion `0' failed. Aborted (core dumped)
Might be a dup to #17442
It is fixed before #17162
nightly
No response
The text was updated successfully, but these errors were encountered:
Can confirm, it's a duplicate of #17442
Sorry, something went wrong.
No branches or pull requests
Description
The following code:
Resulted in this output:
Might be a dup to #17442
It is fixed before #17162
PHP Version
nightly
Operating System
No response
The text was updated successfully, but these errors were encountered: