Searched refs:prop_hash (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 1804 HashTable *prop_hash; local 1810 prop_hash = sxe_get_prop_hash(readobj, 1 TSRMLS_CC); 1812 ZVAL_BOOL(writeobj, node != NULL || zend_hash_num_elements(prop_hash) > 0); 1813 zend_hash_destroy(prop_hash); 1814 efree(prop_hash);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_compile.c | 4232 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) /* {{{ */ argument 4238 if (zend_hash_quick_exists(&ce->traits[i]->properties_info, prop_name, prop_name_length+1, prop_hash)) { 4256 ulong prop_hash; local 4277 prop_hash = property_info->h; 4284 prop_hash = zend_get_hash_value(prop_name, prop_name_length + 1); 4288 if (zend_hash_quick_find(&ce->properties_info, prop_name, prop_name_length+1, prop_hash, (void **) &coliding_prop) == SUCCESS) { 4290 zend_hash_quick_del(&ce->properties_info, prop_name, prop_name_length+1, prop_hash); 4315 find_first_definition(ce, i, prop_name, prop_name_length, prop_hash, coliding_prop->ce)->name, 4322 find_first_definition(ce, i, prop_name, prop_name_length, prop_hash, coliding_prop->ce)->name,
|
Completed in 19 milliseconds