Searched refs:val_free (Results 1 – 1 of 1) sorted by relevance
839 zval *val, val_free; in ZEND_FUNCTION() local860 ZVAL_UNDEF(&val_free); in ZEND_FUNCTION()883 if (Z_TYPE(val_free) == IS_UNDEF) { in ZEND_FUNCTION()885 val = Z_OBJ_HT_P(val)->get(val, &val_free); in ZEND_FUNCTION()888 if (Z_OBJ_HT_P(val)->cast_object(val, &val_free, IS_STRING) == SUCCESS) { in ZEND_FUNCTION()889 val = &val_free; in ZEND_FUNCTION()897 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()902 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()
Completed in 14 milliseconds