You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zend_pass_function also has no name, so we might also be referring to an
internal function here. In this case, ZEND_NEW uses the zend_pass_function when
there is no constructor.
FixesphpGH-16294
iluuu1994
added a commit
to iluuu1994/php-src
that referenced
this issue
Oct 8, 2024
zend_pass_function also has no name, so we might also be referring to an
internal function here. In this case, ZEND_NEW uses the zend_pass_function when
there is no constructor.
FixesphpGH-16294
iluuu1994
added a commit
to iluuu1994/php-src
that referenced
this issue
Oct 8, 2024
zend_pass_function also has no name, so we might also be referring to an
internal function here. In this case, ZEND_NEW uses the zend_pass_function when
there is no constructor.
FixesphpGH-16294
iluuu1994
added a commit
to iluuu1994/php-src
that referenced
this issue
Oct 8, 2024
zend_pass_function also has no name, so we might also be referring to an
internal function here. In this case, ZEND_NEW uses the zend_pass_function when
there is no constructor.
FixesphpGH-16294
Description
The following code:
Resulted in this output:
To reproduce:
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: