Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Ddirstream.c99 if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key(data, &str_key, &unused)) { in phar_dir_read()
202 if (HASH_KEY_NON_EXISTENT == zend_hash_get_current_key(manifest, &str_key, &unused)) { in phar_make_dirstream()
387 zend_hash_get_current_key(&phar->manifest, &str_key, &unused)) { in phar_wrapper_open_dir()
614 HASH_KEY_NON_EXISTENT != zend_hash_get_current_key(&phar->manifest, &str_key, &unused); in phar_wrapper_rmdir()
631 HASH_KEY_NON_EXISTENT != zend_hash_get_current_key(&phar->virtual_dirs, &str_key, &unused); in phar_wrapper_rmdir()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c421 zend_hash_get_current_key(ht, &name, &number); in cli_completion_generator_ht()
/PHP-7.4/ext/soap/
H A Dphp_schema.c2162 zend_hash_get_current_key(tmp->attributes, &_key, NULL); in schema_attributegroup_fixup()
2170 zend_hash_get_current_key(tmp->attributes, NULL, &index); in schema_attributegroup_fixup()
/PHP-7.4/Zend/
H A Dzend_hash.h247 #define zend_hash_get_current_key(ht, str_index, num_index) \ macro
H A Dzend_builtin_functions.c719 if (zend_hash_get_current_key(target_hash, &key, &num_key) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
/PHP-7.4/ext/ldap/
H A Dldap.c2243 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
2659 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()

Completed in 39 milliseconds