Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_operators.c1953 bool free_op1_string = false; in concat_function() local
1976 free_op1_string = true; in concat_function()
1997 if (!free_op1_string) { in concat_function()
1999 free_op1_string = true; in concat_function()
2034 if (free_op1_string) { in concat_function()
2037 free_op1_string = false; in concat_function()
2050 if (free_op1_string) zend_string_release(op1_string); in concat_function()
2061 if (free_op1_string) { in concat_function()
2067 free_op1_string = false; in concat_function()
2093 if (free_op1_string) zend_string_release(op1_string); in concat_function()

Completed in 13 milliseconds