Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_hash.h170 ZEND_API int zend_hash_quick_exists(const HashTable *ht, const char *arKey, uint nKeyLength, ulong …
H A Dzend_hash.c986 ZEND_API int zend_hash_quick_exists(const HashTable *ht, const char *arKey, uint nKeyLength, ulong … in zend_hash_quick_exists() function
H A Dzend_execute_API.c1637 if (zend_hash_quick_exists(&EG(symbol_table), name, name_len + 1, hash_value)) { in zend_delete_global_variable_ex()
H A Dzend_compile.c4258 …if (zend_hash_quick_exists(&ce->traits[i]->properties_info, prop_name, prop_name_length+1, prop_ha… in find_first_definition()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1261 …if (property_info && zend_hash_quick_exists(Z_OBJPROP_P(object), property_info->name, property_inf… in get_zval_property()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c574 …if (!zend_hash_quick_exists(&ce->properties_info, prop_name, prop_name_size, zend_get_hash_value(p… in _class_string()

Completed in 65 milliseconds