Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h1240 ZEND_API bool zend_binary_op_produces_error(uint32_t opcode, const zval *op1, const zval *op2);
H A Dzend_ast.c426 if (!zend_binary_op_produces_error(ZEND_CONCAT, zv0, zv1) && in zend_ast_create_concat_op()
H A Dzend_compile.c8937 ZEND_API bool zend_binary_op_produces_error(uint32_t opcode, const zval *op1, const zval *op2) /* {… in zend_binary_op_produces_error() function
9000 if (zend_binary_op_produces_error(opcode, op1, op2)) { in zend_try_ct_eval_binary_op()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c59 if (zend_binary_op_produces_error(opcode, op1, op2)) { in zend_optimizer_eval_binary_op()

Completed in 64 milliseconds