Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_property_hooks.c300 if (zend_hash_has_more_elements(properties) != SUCCESS) { in zho_it_move_forward()
H A Dzend_hash.h264 static zend_always_inline zend_result zend_hash_has_more_elements(HashTable *ht) { in zend_hash_has_more_elements() function
/php-src/ext/readline/
H A Dreadline_cli.c426 while(zend_hash_has_more_elements(ht) == SUCCESS) { in cli_completion_generator_ht()
/php-src/ext/phar/
H A Ddirstream.c240 if (FAILURE != zend_hash_has_more_elements(data)) { in phar_make_dirstream()

Completed in 13 milliseconds