Searched refs:obj_ht (Results 1 – 3 of 3) sorted by relevance
823 HashTable *obj_ht = zend_get_properties_for(op, ZEND_PROP_PURPOSE_ARRAY_CAST); in convert_to_array() local824 if (obj_ht) { in convert_to_array()825 HashTable *new_obj_ht = zend_proptable_to_symtable(obj_ht, in convert_to_array()828 GC_IS_RECURSIVE(obj_ht))); in convert_to_array()831 zend_release_properties(obj_ht); in convert_to_array()
6356 HashTable *obj_ht = zend_get_properties_for(expr, ZEND_PROP_PURPOSE_ARRAY_CAST);6357 if (obj_ht) {6359 ZVAL_ARR(result, zend_proptable_to_symtable(obj_ht,6362 GC_IS_RECURSIVE(obj_ht))));6363 zend_release_properties(obj_ht);
4941 if (obj_ht) { in ZEND_CAST_SPEC_CONST_HANDLER()4946 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_CONST_HANDLER()4947 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_CONST_HANDLER()19503 if (obj_ht) { in ZEND_CAST_SPEC_TMP_HANDLER()19508 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_TMP_HANDLER()19509 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_TMP_HANDLER()22172 if (obj_ht) { in ZEND_CAST_SPEC_VAR_HANDLER()22177 GC_IS_RECURSIVE(obj_ht)))); in ZEND_CAST_SPEC_VAR_HANDLER()22178 zend_release_properties(obj_ht); in ZEND_CAST_SPEC_VAR_HANDLER()39822 if (obj_ht) { in ZEND_CAST_SPEC_CV_HANDLER()[all …]
Completed in 287 milliseconds