Searched refs:zend_binary_op_produces_error (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_compile.h | 1295 ZEND_API bool zend_binary_op_produces_error(uint32_t opcode, const zval *op1, const zval *op2);
|
H A D | zend_ast.c | 463 if (!zend_binary_op_produces_error(ZEND_CONCAT, zv0, zv1) && in zend_ast_create_concat_op()
|
H A D | zend_compile.c | 9656 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 D | zend_optimizer.c | 58 if (zend_binary_op_produces_error(opcode, op1, op2)) { in zend_optimizer_eval_binary_op()
|
Completed in 53 milliseconds