Home
last modified time | relevance | path

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

/php-src/ext/readline/
H A Dreadline_cli.c427 zend_hash_get_current_key(ht, &name, &number); in cli_completion_generator_ht()
/php-src/ext/phar/
H A Ddirstream.c100 if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key(data, &str_key, &unused)) { in phar_dir_read()
/php-src/ext/soap/
H A Dphp_schema.c2186 zend_hash_get_current_key(tmp->attributes, &_key, NULL); in schema_attributegroup_fixup()
2194 zend_hash_get_current_key(tmp->attributes, NULL, &index); in schema_attributegroup_fixup()
/php-src/Zend/
H A Dzend_hash.h273 static zend_always_inline int zend_hash_get_current_key(const HashTable *ht, zend_string **str_inde… in zend_hash_get_current_key() function
H A Dzend_API.c1879 zend_hash_get_current_key(named_params, &arg_name, /* num_index */ NULL); in object_init_with_constructor()

Completed in 32 milliseconds