Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_operators.c1966 bool free_op2_string = false; in concat_function() local
2023 free_op2_string = true; in concat_function()
2033 if (free_op2_string) { in concat_function()
2036 free_op2_string = false; in concat_function()
2063 if (free_op2_string) zend_string_release(op2_string); in concat_function()
2085 if (free_op2_string) { in concat_function()
2087 free_op2_string = false; in concat_function()
2106 if (free_op2_string) zend_string_release(op2_string); in concat_function()

Completed in 12 milliseconds