Searched refs:function_pos (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/spl/ |
H A D | php_spl.c | 420 HashPosition function_pos; in PHP_FUNCTION() local 432 zend_hash_internal_pointer_reset_ex(SPL_G(autoload_functions), &function_pos); in PHP_FUNCTION() 433 while(zend_hash_has_more_elements_ex(SPL_G(autoload_functions), &function_pos) == SUCCESS) { in PHP_FUNCTION() 435 zend_hash_get_current_data_ex(SPL_G(autoload_functions), (void **) &alfi, &function_pos); in PHP_FUNCTION() 445 zend_hash_move_forward_ex(SPL_G(autoload_functions), &function_pos); in PHP_FUNCTION() 711 HashPosition function_pos; in PHP_FUNCTION() local 731 zend_hash_internal_pointer_reset_ex(SPL_G(autoload_functions), &function_pos); in PHP_FUNCTION() 732 while(zend_hash_has_more_elements_ex(SPL_G(autoload_functions), &function_pos) == SUCCESS) { in PHP_FUNCTION() 733 zend_hash_get_current_data_ex(SPL_G(autoload_functions), (void **) &alfi, &function_pos); in PHP_FUNCTION() 757 … zend_hash_get_current_key_ex(SPL_G(autoload_functions), &key, &len, &dummy, 0, &function_pos); in PHP_FUNCTION() [all …]
|
Completed in 11 milliseconds