Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_operators.c710 HashTable *obj_ht = Z_OBJ_HT_P(op)->get_properties(op TSRMLS_CC); in convert_to_array() local
711 if (obj_ht) { in convert_to_array()
712 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.c1024 zend_object_handlers *obj_ht = va_arg(args, zend_object_handlers *); in zend_merge_property() local
1029 obj_ht->write_property(obj, member, *value, 0 TSRMLS_CC); in zend_merge_property()
1040 const zend_object_handlers *obj_ht = Z_OBJ_HT_P(obj); in zend_merge_properties() local
1044 …apply_with_arguments(properties TSRMLS_CC, (apply_func_args_t)zend_merge_property, 2, obj, obj_ht); in zend_merge_properties()

Completed in 19 milliseconds