Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_operators.c1846 size_t op2_len = Z_STRLEN_P(op2); in concat_function() local
1847 size_t result_len = op1_len + op2_len; in concat_function()
1850 if (UNEXPECTED(op1_len > SIZE_MAX - op2_len)) { in concat_function()
1876 memcpy(ZSTR_VAL(result_str) + op1_len, Z_STRVAL_P(op2), op2_len); in concat_function()

Completed in 10 milliseconds