Searched refs:val_free (Results 1 – 1 of 1) sorted by relevance
653 zval *val_free = NULL; in ZEND_FUNCTION() local682 if (!val_free) { in ZEND_FUNCTION()684 val_free = val = Z_OBJ_HT_P(val)->get(val TSRMLS_CC); in ZEND_FUNCTION()687 ALLOC_INIT_ZVAL(val_free); in ZEND_FUNCTION()688 if (Z_OBJ_HT_P(val)->cast_object(val, val_free, IS_STRING TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()689 val = val_free; in ZEND_FUNCTION()697 if (val_free) { in ZEND_FUNCTION()698 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()705 if (val_free) { in ZEND_FUNCTION()706 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()
Completed in 8 milliseconds