Searched refs:spl_func_ptr (Results 1 – 1 of 1) sorted by relevance
474 zend_function *spl_func_ptr; in PHP_FUNCTION() local585 …end_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr); in PHP_FUNCTION()587 if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */ in PHP_FUNCTION()590 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION()634 zend_function *spl_func_ptr; in PHP_FUNCTION() local694 …end_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr); in PHP_FUNCTION()696 if (EG(autoload_func) == spl_func_ptr) { in PHP_FUNCTION()
Completed in 12 milliseconds