Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c6561 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
6595 return zend_try_ct_eval_binary_op(result, ZEND_MUL, &left, op); in zend_try_ct_eval_unary_pm()
6698 if (zend_try_ct_eval_binary_op(&result->u.constant, opcode, in zend_compile_binary_op()
8102 if (!zend_try_ct_eval_binary_op(&result, ast->attr, in zend_eval_const_expr()

Completed in 50 milliseconds