Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c9035 static inline bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{{ */ in zend_try_ct_eval_unary_pm() function
9327 && zend_try_ct_eval_unary_pm(&result->u.constant, ast->kind, &expr_node.u.constant)) { in zend_compile_unary_pm()
11020 if (!zend_try_ct_eval_unary_pm(&result, ast->kind, zend_ast_get_zval(ast->child[0]))) { in zend_eval_const_expr()

Completed in 33 milliseconds