Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dphp_spl.c474 zend_function *spl_func_ptr; in PHP_FUNCTION() local
585 …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() local
694 …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 16 milliseconds