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
@devnexen, the problem is again that operator overloading is used, but not a function. The implementation of zend_parse_arg_long_slow() calls zend_null_arg_deprecated() for NULL arguments, and that function always expects to be called from a PHP function. PR #16015 would solve this by rejecting NULL values for operator overloading.
Description
The following code:
Resulted in this output:
Related: #16354
PHP Version
nightly
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: