zend_hash_quick_exists 4258 Zend/zend_compile.c 			if (zend_hash_quick_exists(&ce->traits[i]->properties_info, prop_name, prop_name_length+1, prop_hash)) {
zend_hash_quick_exists 1637 Zend/zend_execute_API.c 	if (zend_hash_quick_exists(&EG(symbol_table), name, name_len + 1, hash_value)) {
zend_hash_quick_exists  574 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 1261 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)) {