Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_compile.c6910 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
6944 return zend_try_ct_eval_binary_op(result, ZEND_MUL, &left, op); in zend_try_ct_eval_unary_pm()
7054 if (zend_try_ct_eval_binary_op(&result->u.constant, opcode, in zend_compile_binary_op()
8460 if (!zend_try_ct_eval_binary_op(&result, ast->attr, in zend_eval_const_expr()

Completed in 23 milliseconds