Closed
Description
Description
The following code:
<?php
function bar()
{}
#bar(); uncomment this will output: "/php-src/Zend/zend_observer.c:195: void zend_observer_add_begin_handler(zend_function *, zend_observer_fcall_begin_handler): Assertion `0' failed"
ini_set("zend_test.observer.observe_function_names", "bar");
Resulted in this output:
/php-src/Zend/zend_observer.c:184:53: runtime error: applying non-zero offset 18446744073709551608 to null pointer
PHP Version
nightly
Operating System
ubuntu 22.04