Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 11 of 11) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_ast.c50 zend_ast_znode *ast; in zend_ast_create_znode() local
61 zend_ast_zval *ast; in zend_ast_create_zval_with_lineno() local
79 zend_ast_decl *ast; in zend_ast_create_decl() local
100 zend_ast *ast; in zend_ast_create_from_va_list() local
126 zend_ast *ast; in zend_ast_create_ex() local
137 zend_ast *ast; in zend_ast_create() local
147 zend_ast *ast; in zend_ast_create_list() local
454 ZEND_API zend_ast *zend_ast_copy(zend_ast *ast) in zend_ast_copy()
537 ZEND_API void zend_ast_destroy(zend_ast *ast) { in zend_ast_destroy()
773 zend_ast *ast; in zend_ast_export_encaps_list() local
[all …]
H A Dzend_compile.c4482 void zend_compile_echo(zend_ast *ast) /* {{{ */ in zend_compile_echo()
4610 void zend_compile_goto(zend_ast *ast) /* {{{ */ in zend_compile_goto()
4714 void zend_compile_for(zend_ast *ast) /* {{{ */ in zend_compile_for()
4835 void zend_compile_if(zend_ast *ast) /* {{{ */ in zend_compile_if()
5067 void zend_compile_try(zend_ast *ast) /* {{{ */ in zend_compile_try()
6554 void zend_compile_use(zend_ast *ast) /* {{{ */ in zend_compile_use()
7973 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_class_const() local
8020 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_const() local
8048 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_magic_const() local
8066 zend_ast *ast = *ast_ptr; in zend_compile_const_expr() local
[all …]
H A Dzend_ast.h216 static zend_always_inline zend_bool zend_ast_is_list(zend_ast *ast) { in zend_ast_is_list()
219 static zend_always_inline zend_ast_list *zend_ast_get_list(zend_ast *ast) { in zend_ast_get_list()
224 static zend_always_inline zval *zend_ast_get_zval(zend_ast *ast) { in zend_ast_get_zval()
228 static zend_always_inline zend_string *zend_ast_get_str(zend_ast *ast) { in zend_ast_get_str()
234 static zend_always_inline uint32_t zend_ast_get_num_children(zend_ast *ast) { in zend_ast_get_num_children()
238 static zend_always_inline uint32_t zend_ast_get_lineno(zend_ast *ast) { in zend_ast_get_lineno()
270 static zend_always_inline zend_ast *zend_ast_list_rtrim(zend_ast *ast) { in zend_ast_list_rtrim()
H A Dzend_variables.c47 zend_ast_ref *ast = (zend_ast_ref*)p; in _zval_dtor_func() local
H A Dzend_language_scanner.h57 zend_ast *ast; member
H A Dzend_globals.h121 zend_ast *ast; member
H A Dzend_compile.h104 static zend_always_inline znode *zend_ast_get_znode(zend_ast *ast) { in zend_ast_get_znode()
129 zend_ast *ast; member
H A Dzend_types.h168 zend_ast_ref *ast; member
358 zend_ast *ast; member
/PHP-7.2/ext/opcache/
H A Dzend_file_cache.c287 static zend_ast *zend_file_cache_serialize_ast(zend_ast *ast,
353 zend_ast_ref *ast; local
949 static zend_ast *zend_file_cache_unserialize_ast(zend_ast *ast,
1009 zend_ast_ref *ast; local
H A Dzend_persist_calc.c93 static void zend_persist_ast_calc(zend_ast *ast) in zend_persist_ast_calc()
H A Dzend_persist.c267 static zend_ast *zend_persist_ast(zend_ast *ast) in zend_persist_ast()

Completed in 68 milliseconds