Searched refs:val_free (Results 1 – 1 of 1) sorted by relevance
852 zval *val, val_free; in ZEND_FUNCTION() local873 ZVAL_UNDEF(&val_free); in ZEND_FUNCTION()896 if (Z_TYPE(val_free) == IS_UNDEF) { in ZEND_FUNCTION()898 val = Z_OBJ_HT_P(val)->get(val, &val_free); in ZEND_FUNCTION()901 if (Z_OBJ_HT_P(val)->cast_object(val, &val_free, IS_STRING) == SUCCESS) { in ZEND_FUNCTION()902 val = &val_free; in ZEND_FUNCTION()910 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()915 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()
Completed in 9 milliseconds