Searched refs:zend_compile_const_expr (Results 1 – 1 of 1) sorted by relevance
11205 static void zend_compile_const_expr(zend_ast **ast_ptr, void *context) /* {{{ */ in zend_compile_const_expr() function11242 zend_ast_apply(ast, zend_compile_const_expr, context); in zend_compile_const_expr()11252 zend_compile_const_expr(ast_ptr, &context); in zend_const_expr_to_zval()
Completed in 54 milliseconds