Searched refs:val_free (Results 1 – 1 of 1) sorted by relevance
656 zval *val_free = NULL; in ZEND_FUNCTION() local685 if (!val_free) { in ZEND_FUNCTION()687 val_free = val = Z_OBJ_HT_P(val)->get(val TSRMLS_CC); in ZEND_FUNCTION()690 ALLOC_INIT_ZVAL(val_free); in ZEND_FUNCTION()691 if (Z_OBJ_HT_P(val)->cast_object(val, val_free, IS_STRING TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()692 val = val_free; in ZEND_FUNCTION()700 if (val_free) { in ZEND_FUNCTION()701 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()708 if (val_free) { in ZEND_FUNCTION()709 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()
Completed in 10 milliseconds