Searched refs:HASH_KEY_IS_STRING (Results 1 – 5 of 5) sorted by relevance
47 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
2167 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()
912 if (zend_hash_get_current_key_ex(aht, &string_key, &num_key, pos_ptr) == HASH_KEY_IS_STRING) { in spl_array_skip_protected()
2861 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()
29 #define HASH_KEY_IS_STRING 1 macro
Completed in 28 milliseconds