zend_hash_quick_exists 2277 Zend/zend_compile.c 	if (!zend_hash_quick_exists(target, key->arKey, key->nKeyLength, key->h)) {
zend_hash_quick_exists 1609 Zend/zend_execute_API.c 	if (zend_hash_quick_exists(&EG(symbol_table), name, name_len+1, hash_value)) {
zend_hash_quick_exists  493 ext/reflection/php_reflection.c 					if (!zend_hash_quick_exists(&ce->properties_info, prop_name, prop_name_size, zend_get_hash_value(prop_name, prop_name_size))) {
zend_hash_quick_exists 1222 ext/soap/php_encoding.c 			if (property_info && zend_hash_quick_exists(Z_OBJPROP_P(object), property_info->name, property_info->name_length+1, property_info->h)) {