Home
last modified time | relevance | path

Searched refs:val_free (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_builtin_functions.c485 zval *val, val_free; in ZEND_FUNCTION() local
505 ZVAL_UNDEF(&val_free); in ZEND_FUNCTION()
527 if (Z_OBJ_HT_P(val)->cast_object(Z_OBJ_P(val), &val_free, IS_STRING) == SUCCESS) { in ZEND_FUNCTION()
528 val = &val_free; in ZEND_FUNCTION()
533 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()
539 zval_ptr_dtor(&val_free); in ZEND_FUNCTION()

Completed in 14 milliseconds