Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dphp_spl.c443 zend_function *spl_func_ptr; in PHP_FUNCTION() local
554 …end_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr); in PHP_FUNCTION()
556 if (EG(autoload_func) == spl_func_ptr) { /* registered already, so we insert that first */ in PHP_FUNCTION()
559 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION()
596 zend_function *spl_func_ptr; in PHP_FUNCTION() local
652 …end_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr); in PHP_FUNCTION()
654 if (EG(autoload_func) == spl_func_ptr) { in PHP_FUNCTION()

Completed in 6 milliseconds