Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y1582 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_INCLUDE, $2); }
1584 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_INCLUDE_ONCE, $2); }
1586 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_EVAL, $3); }
1588 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE, $2); }
1590 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE_ONCE, $2); }
H A Dzend_ast.h91 ZEND_AST_INCLUDE_OR_EVAL, enumerator
H A Dzend_ast.c2027 case ZEND_AST_INCLUDE_OR_EVAL: in zend_ast_export_ex()
H A Dzend_compile.c10801 case ZEND_AST_INCLUDE_OR_EVAL: in zend_compile_expr_inner()

Completed in 67 milliseconds