Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Dpass1_5.c87 …} else if (zend_binary_op_produces_numeric_string_error(opline->opcode, &ZEND_OP1_LITERAL(opline),… in zend_optimizer_pass1()
H A Dblock_pass.c711 …} else if (zend_binary_op_produces_numeric_string_error(opline->opcode, &ZEND_OP1_LITERAL(opline),… in zend_optimize_block()
/PHP-7.1/Zend/
H A Dzend_compile.h1035 ZEND_API zend_bool zend_binary_op_produces_numeric_string_error(uint32_t opcode, zval *op1, zval *o…
H A Dzend_compile.c6532 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
6575 if (zend_binary_op_produces_numeric_string_error(opcode, op1, op2)) { in zend_try_ct_eval_binary_op()

Completed in 35 milliseconds