Home
last modified time | relevance | path

Searched refs:spl_func_ptr (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/spl/
H A Dphp_spl.c489 zend_function *spl_func_ptr; in PHP_FUNCTION() local
601spl_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() local
727spl_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 8 milliseconds