Home
last modified time | relevance | path

Searched refs:obj_ht (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_operators.c655 HashTable *obj_ht = Z_OBJ_HT_P(op)->get_properties(op TSRMLS_CC); in convert_to_array() local
656 if (obj_ht) { in convert_to_array()
657 zend_hash_copy(ht, obj_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)); in convert_to_array()
H A Dzend_API.c995 zend_object_handlers *obj_ht = va_arg(args, zend_object_handlers *); in zend_merge_property() local
1000 obj_ht->write_property(obj, member, *value, 0 TSRMLS_CC); in zend_merge_property()
1011 const zend_object_handlers *obj_ht = Z_OBJ_HT_P(obj); in zend_merge_properties() local
1015 …apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t)zend_merge_property, 2, obj, obj_ht); in zend_merge_properties()

Completed in 32 milliseconds