Home
last modified time | relevance | path

Searched refs:zend_try_ct_eval_binary_op (Results 1 – 1 of 1) sorted by path

/PHP-7.4/Zend/
H A Dzend_compile.c7042 static inline zend_bool zend_try_ct_eval_binary_op(zval *result, uint32_t opcode, zval *op1, zval *… in zend_try_ct_eval_binary_op() function
7080 return zend_try_ct_eval_binary_op(result, ZEND_MUL, &left, op); in zend_try_ct_eval_unary_pm()
7237 if (zend_try_ct_eval_binary_op(&result->u.constant, opcode, in zend_compile_binary_op()
8804 if (!zend_try_ct_eval_binary_op(&result, ast->attr, in zend_eval_const_expr()

Completed in 26 milliseconds