Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_operators.c641 HashTable *obj_ht = zend_get_properties_for(op, ZEND_PROP_PURPOSE_ARRAY_CAST); in convert_to_array() local
642 if (obj_ht) { in convert_to_array()
643 HashTable *new_obj_ht = zend_proptable_to_symtable(obj_ht, in convert_to_array()
646 GC_IS_RECURSIVE(obj_ht))); in convert_to_array()
649 zend_release_properties(obj_ht); in convert_to_array()
H A Dzend_vm_def.h5947 HashTable *obj_ht = zend_get_properties_for(expr, ZEND_PROP_PURPOSE_ARRAY_CAST);
5948 if (obj_ht) {
5950 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,
5953 GC_IS_RECURSIVE(obj_ht))));
5954 zend_release_properties(obj_ht);
H A Dzend_API.c1170 const zend_object_handlers *obj_ht = Z_OBJ_HT_P(obj); in zend_merge_properties() local
1181 obj_ht->write_property(obj, &member, value, NULL); in zend_merge_properties()
H A Dzend_vm_execute.h4022 if (obj_ht) { in ZEND_CAST_SPEC_CONST_HANDLER()
4027 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_CONST_HANDLER()
4028 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_CONST_HANDLER()
18197 if (obj_ht) { in ZEND_CAST_SPEC_TMP_HANDLER()
18202 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_TMP_HANDLER()
18203 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_TMP_HANDLER()
21305 if (obj_ht) { in ZEND_CAST_SPEC_VAR_HANDLER()
21310 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_VAR_HANDLER()
21311 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_VAR_HANDLER()
37502 if (obj_ht) { in ZEND_CAST_SPEC_CV_HANDLER()
[all …]

Completed in 211 milliseconds