Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_compile.h1052 ZEND_API zend_bool zend_binary_op_produces_numeric_string_error(uint32_t opcode, zval *op1, zval *o…
H A Dzend_compile.c6881 ZEND_API zend_bool zend_binary_op_produces_numeric_string_error(uint32_t opcode, zval *op1, zval *o… in zend_binary_op_produces_numeric_string_error() function
6924 if (zend_binary_op_produces_numeric_string_error(opcode, op1, op2)) { in zend_try_ct_eval_binary_op()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c80 if (zend_binary_op_produces_numeric_string_error(opcode, op1, op2)) { in zend_optimizer_eval_binary_op()

Completed in 31 milliseconds