prop_hash        4393 Zend/zend_compile.c static zend_class_entry* find_first_definition(zend_class_entry *ce, size_t current_trait, const char* prop_name, int prop_name_length, ulong prop_hash, zend_class_entry *coliding_ce) /* {{{ */
prop_hash        4399 Zend/zend_compile.c 			if (zend_hash_quick_exists(&ce->traits[i]->properties_info, prop_name, prop_name_length+1, prop_hash)) {
prop_hash        4417 Zend/zend_compile.c 	ulong prop_hash;
prop_hash        4438 Zend/zend_compile.c 				prop_hash = property_info->h;
prop_hash        4445 Zend/zend_compile.c 				prop_hash = zend_get_hash_value(prop_name, prop_name_length + 1);
prop_hash        4449 Zend/zend_compile.c 			if (zend_hash_quick_find(&ce->properties_info, prop_name, prop_name_length+1, prop_hash, (void **) &coliding_prop) == SUCCESS) {
prop_hash        4451 Zend/zend_compile.c 					zend_hash_quick_del(&ce->properties_info, prop_name, prop_name_length+1, prop_hash);
prop_hash        4476 Zend/zend_compile.c 								find_first_definition(ce, i, prop_name, prop_name_length, prop_hash, coliding_prop->ce)->name,
prop_hash        4483 Zend/zend_compile.c 								find_first_definition(ce, i, prop_name, prop_name_length, prop_hash, coliding_prop->ce)->name,
prop_hash        1810 ext/simplexml/simplexml.c 	HashTable      *prop_hash;
prop_hash        1816 ext/simplexml/simplexml.c 		prop_hash = sxe_get_prop_hash(readobj, 1 TSRMLS_CC);
prop_hash        1818 ext/simplexml/simplexml.c 		ZVAL_BOOL(writeobj, node != NULL || zend_hash_num_elements(prop_hash) > 0);
prop_hash        1819 ext/simplexml/simplexml.c 		zend_hash_destroy(prop_hash);
prop_hash        1820 ext/simplexml/simplexml.c 		efree(prop_hash);