Searched refs:spl_func_ptr (Results 1 – 1 of 1) sorted by relevance
510 zend_function *spl_func_ptr; in PHP_FUNCTION() local621 spl_func_ptr = spl_autoload_fn; in PHP_FUNCTION()623 if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */ in PHP_FUNCTION()626 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION()683 zend_function *spl_func_ptr; in PHP_FUNCTION() local746 spl_func_ptr = spl_autoload_fn; in PHP_FUNCTION()748 if (EG(autoload_func) == spl_func_ptr) { in PHP_FUNCTION()
Completed in 7 milliseconds