Searched refs:spl_func_ptr (Results 1 – 1 of 1) sorted by relevance
489 zend_function *spl_func_ptr; in PHP_FUNCTION() local601 …spl_func_ptr = zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoload") -… in PHP_FUNCTION()603 if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */ in PHP_FUNCTION()606 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION()663 zend_function *spl_func_ptr; in PHP_FUNCTION() local727 …spl_func_ptr = zend_hash_str_find_ptr(EG(function_table), "spl_autoload", sizeof("spl_autoload") -… in PHP_FUNCTION()729 if (EG(autoload_func) == spl_func_ptr) { in PHP_FUNCTION()
Completed in 6 milliseconds