Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_operators.c1964 zend_string *op1_string, *op2_string; in concat_function() local
1970 op1_string = Z_STR_P(op1); in concat_function()
1975 op1_string = Z_STR_P(op1); in concat_function()
1982 zend_string_release(op1_string); in concat_function()
1991 op2_string = op1_string; in concat_function()
2010 op1_string = zend_string_copy(op1_string); in concat_function()
2016 zend_string_release(op1_string); in concat_function()
2048 ZVAL_STR(result, op1_string); in concat_function()
2051 ZVAL_STR_COPY(result, op1_string); in concat_function()
2055 size_t op1_len = ZSTR_LEN(op1_string); in concat_function()
[all …]

Completed in 14 milliseconds