Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.c1952 zend_string *op1_string, *op2_string; in concat_function() local
1979 op2_string = op1_string; in concat_function()
1987 op2_string = Z_STR_P(op2); in concat_function()
1992 op2_string = Z_STR_P(op2); in concat_function()
2005 zend_string_release(op2_string); in concat_function()
2023 ZVAL_STR(result, op2_string); in concat_function()
2026 ZVAL_STR_COPY(result, op2_string); in concat_function()
2044 size_t op2_len = ZSTR_LEN(op2_string); in concat_function()
2072 if (op1_string == op2_string) { in concat_function()
2074 zend_string_release(op2_string); in concat_function()
[all …]

Completed in 12 milliseconds