Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dphp_spl.c389 HashPosition function_pos; in PHP_FUNCTION() local
401 zend_hash_internal_pointer_reset_ex(SPL_G(autoload_functions), &function_pos); in PHP_FUNCTION()
402 while(zend_hash_has_more_elements_ex(SPL_G(autoload_functions), &function_pos) == SUCCESS) { in PHP_FUNCTION()
403 …et_current_key_ex(SPL_G(autoload_functions), &func_name, &func_name_len, &dummy, 0, &function_pos); in PHP_FUNCTION()
404 zend_hash_get_current_data_ex(SPL_G(autoload_functions), (void **) &alfi, &function_pos); in PHP_FUNCTION()
414 zend_hash_move_forward_ex(SPL_G(autoload_functions), &function_pos); in PHP_FUNCTION()
669 HashPosition function_pos; in PHP_FUNCTION() local
689 zend_hash_internal_pointer_reset_ex(SPL_G(autoload_functions), &function_pos); in PHP_FUNCTION()
690 while(zend_hash_has_more_elements_ex(SPL_G(autoload_functions), &function_pos) == SUCCESS) { in PHP_FUNCTION()
691 zend_hash_get_current_data_ex(SPL_G(autoload_functions), (void **) &alfi, &function_pos); in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds