Home
last modified time | relevance | path

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

/PHP-7.1/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
458 ZEND_API zend_ast *zend_ast_copy(zend_ast *ast) in zend_ast_copy()
541 ZEND_API void zend_ast_destroy(zend_ast *ast) { in zend_ast_destroy()
772 zend_ast *ast; in zend_ast_export_encaps_list() local
[all …]
H A Dzend_compile.c4235 void zend_compile_echo(zend_ast *ast) /* {{{ */ in zend_compile_echo()
4363 void zend_compile_goto(zend_ast *ast) /* {{{ */ in zend_compile_goto()
4467 void zend_compile_for(zend_ast *ast) /* {{{ */ in zend_compile_for()
4584 void zend_compile_if(zend_ast *ast) /* {{{ */ in zend_compile_if()
4716 void zend_compile_try(zend_ast *ast) /* {{{ */ in zend_compile_try()
6210 void zend_compile_use(zend_ast *ast) /* {{{ */ in zend_compile_use()
7613 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_class_const() local
7660 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_const() local
7688 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_magic_const() local
7708 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.h128 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()
127 zend_ast *ast; member
H A Dzend_types.h110 zend_ast_ref *ast; member
300 zend_ast *ast; member
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c283 static zend_ast *zend_file_cache_serialize_ast(zend_ast *ast, in zend_file_cache_serialize_ast()
349 zend_ast_ref *ast; in zend_file_cache_serialize_zval() local
922 static zend_ast *zend_file_cache_unserialize_ast(zend_ast *ast, in zend_file_cache_unserialize_ast()
982 zend_ast_ref *ast; in zend_file_cache_unserialize_zval() local
H A Dzend_persist_calc.c95 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 81 milliseconds