Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_language_parser.y315 { $$ = zend_ast_create(ZEND_AST_HALT_COMPILER,
678 { $$ = zend_ast_create(ZEND_AST_GLOBAL, zend_ast_create(ZEND_AST_VAR, $1)); }
844 $$ = zend_ast_create(ZEND_AST_NEW, decl, $3);
1111 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1147 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1221 { $$ = zend_ast_create(ZEND_AST_VAR, $1); }
1223 { $$ = zend_ast_create(ZEND_AST_DIM,
1226 { $$ = zend_ast_create(ZEND_AST_PROP,
1229 { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
1231 { $$ = zend_ast_create(ZEND_AST_VAR, $2); }
[all …]
H A Dzend_ast.h197 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...);
H A Dzend_compile.c2303 zend_ast *assign_ast = zend_ast_create(ZEND_AST_ASSIGN, var_ast, in zend_emit_assign_znode()
2667 zend_ast *assign_ast = zend_ast_create(ZEND_AST_ASSIGN_REF, var_ast, in zend_emit_assign_ref_znode()
3516 zend_ast *fetch_ast = zend_ast_create(ZEND_AST_VAR, var_ast); in zend_compile_static_var_common()
3519 zend_ast *fetch_ast = zend_ast_create(ZEND_AST_VAR, var_ast); in zend_compile_static_var_common()
6530 call_ast = zend_ast_create(ZEND_AST_CALL, name_ast, args_ast); in zend_compile_shell_exec()
H A Dzend_ast.c135 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { in zend_ast_create() function

Completed in 33 milliseconds