Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_variant.c47 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
/php-src/ext/soap/
H A Dphp_schema.c2167 if (zend_hash_get_current_key_type(tmp->attributes) == HASH_KEY_IS_STRING) { in schema_attributegroup_fixup()
2297 …if (zend_hash_get_current_key_ex(type->attributes, &str_key, &index, &pos) == HASH_KEY_IS_STRING) { in schema_type_fixup()
/php-src/ext/spl/
H A Dspl_array.c912 if (zend_hash_get_current_key_ex(aht, &string_key, &num_key, pos_ptr) == HASH_KEY_IS_STRING) { in spl_array_skip_protected()
/php-src/Zend/
H A Dzend_hash.c2861 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_ex()
2906 return HASH_KEY_IS_STRING; in zend_hash_get_current_key_type_ex()
H A Dzend_hash.h29 #define HASH_KEY_IS_STRING 1 macro

Completed in 28 milliseconds