Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dphp_spl.c420 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()
707 HashPosition function_pos; in PHP_FUNCTION() local
727 zend_hash_internal_pointer_reset_ex(SPL_G(autoload_functions), &function_pos); in PHP_FUNCTION()
728 while(zend_hash_has_more_elements_ex(SPL_G(autoload_functions), &function_pos) == SUCCESS) { in PHP_FUNCTION()
729 zend_hash_get_current_data_ex(SPL_G(autoload_functions), (void **) &alfi, &function_pos); in PHP_FUNCTION()
753 … zend_hash_get_current_key_ex(SPL_G(autoload_functions), &key, &len, &dummy, 0, &function_pos); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds