Searched refs:obj_ht (Results 1 – 3 of 3) sorted by relevance
821 HashTable *obj_ht = zend_get_properties_for(op, ZEND_PROP_PURPOSE_ARRAY_CAST); in convert_to_array() local822 if (obj_ht) { in convert_to_array()823 HashTable *new_obj_ht = zend_proptable_to_symtable(obj_ht, in convert_to_array()826 GC_IS_RECURSIVE(obj_ht))); in convert_to_array()829 zend_release_properties(obj_ht); in convert_to_array()
6446 HashTable *obj_ht = zend_get_properties_for(expr, ZEND_PROP_PURPOSE_ARRAY_CAST);6447 if (obj_ht) {6449 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,6452 GC_IS_RECURSIVE(obj_ht))));6453 zend_release_properties(obj_ht);
5203 if (obj_ht) { in ZEND_CAST_SPEC_CONST_HANDLER()5208 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_CONST_HANDLER()5209 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_CONST_HANDLER()20091 if (obj_ht) { in ZEND_CAST_SPEC_TMP_HANDLER()20096 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_TMP_HANDLER()20097 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_TMP_HANDLER()22759 if (obj_ht) { in ZEND_CAST_SPEC_VAR_HANDLER()22764 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_VAR_HANDLER()22765 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_VAR_HANDLER()40993 if (obj_ht) { in ZEND_CAST_SPEC_CV_HANDLER()[all …]
Completed in 241 milliseconds