Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.h1295 ZEND_API bool zend_binary_op_produces_error(uint32_t opcode, const zval *op1, const zval *op2);
H A Dzend_ast.c463 if (!zend_binary_op_produces_error(ZEND_CONCAT, zv0, zv1) && in zend_ast_create_concat_op()
H A Dzend_compile.c9656 ZEND_API bool zend_binary_op_produces_error(uint32_t opcode, const zval *op1, const zval *op2) /* {… in zend_binary_op_produces_error() function
9723 if (zend_binary_op_produces_error(opcode, op1, op2)) { in zend_try_ct_eval_binary_op()
/PHP-8.4/Zend/Optimizer/
H A Dzend_optimizer.c58 if (zend_binary_op_produces_error(opcode, op1, op2)) { in zend_optimizer_eval_binary_op()

Completed in 53 milliseconds