Home
last modified time | relevance | path

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

/PHP-8.3/ext/com_dotnet/
H A Dcom_variant.c48 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
/PHP-8.3/ext/soap/
H A Dphp_schema.c2162 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 Dldap.c2223 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
2632 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 Dspl_array.c918 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 Dzend_hash.c2862 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 Dzend_hash.h27 #define HASH_KEY_IS_STRING 1 macro

Completed in 53 milliseconds