Searched refs:HASH_KEY_IS_STRING (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/com_dotnet/ |
H A D | com_variant.c | 47 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
|
/PHP-8.3/ext/soap/ |
H A D | php_schema.c | 2162 if (zend_hash_get_current_key_type(tmp->attributes) == HASH_KEY_IS_STRING) { in schema_attributegroup_fixup() 2292 …if (zend_hash_get_current_key_ex(type->attributes, &str_key, &index, &pos) == HASH_KEY_IS_STRING) { in schema_type_fixup()
|
/PHP-8.3/ext/ldap/ |
H A D | ldap.c | 2223 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify() 2630 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()
|
/PHP-8.3/ext/spl/ |
H A D | spl_array.c | 920 if (zend_hash_get_current_key_ex(aht, &string_key, &num_key, pos_ptr) == HASH_KEY_IS_STRING) { in spl_array_skip_protected()
|
/PHP-8.3/Zend/ |
H A D | zend_hash.c | 2862 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_ex() 2907 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_type_ex()
|
H A D | zend_hash.h | 27 #define HASH_KEY_IS_STRING 1 macro
|
Completed in 66 milliseconds