Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_ast.c141 zend_ast *ast; in zend_ast_create_0() local
153 zend_ast *ast; in zend_ast_create_1() local
172 zend_ast *ast; in zend_ast_create_2() local
194 zend_ast *ast; in zend_ast_create_3() local
219 zend_ast *ast; in zend_ast_create_4() local
247 zend_ast *ast; in zend_ast_create_5() local
278 zend_ast *ast; in zend_ast_create_list_0() local
292 zend_ast *ast; in zend_ast_create_list_1() local
316 zend_ast *ast; in zend_ast_create_list_2() local
348 zend_ast *ast; in zend_ast_create_from_va_list() local
[all …]
H A Dzend_compile.c4819 void zend_compile_echo(zend_ast *ast) /* {{{ */ in zend_compile_echo()
5091 void zend_compile_for(zend_ast *ast) /* {{{ */ in zend_compile_for()
5217 void zend_compile_if(zend_ast *ast) /* {{{ */ in zend_compile_if()
5682 void zend_compile_try(zend_ast *ast) /* {{{ */ in zend_compile_try()
7554 void zend_compile_use(zend_ast *ast) /* {{{ */ in zend_compile_use()
9210 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_class_const() local
9248 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_class_name() local
9276 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_const() local
9301 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_magic_const() local
9313 zend_ast *ast = *ast_ptr; in zend_compile_const_expr() local
[all …]
H A Dzend_ast.h240 zend_ast *ast = zend_ast_create_0(kind); in zend_ast_create_ex_0() local
245 zend_ast *ast = zend_ast_create_1(kind, child); in zend_ast_create_ex_1() local
250 zend_ast *ast = zend_ast_create_2(kind, child1, child2); in zend_ast_create_ex_2() local
255 zend_ast *ast = zend_ast_create_3(kind, child1, child2, child3); in zend_ast_create_ex_3() local
260 zend_ast *ast = zend_ast_create_4(kind, child1, child2, child3, child4); in zend_ast_create_ex_4() local
304 static zend_always_inline zend_bool zend_ast_is_special(zend_ast *ast) { in zend_ast_is_special()
308 static zend_always_inline zend_bool zend_ast_is_list(zend_ast *ast) { in zend_ast_is_list()
316 static zend_always_inline zval *zend_ast_get_zval(zend_ast *ast) { in zend_ast_get_zval()
320 static zend_always_inline zend_string *zend_ast_get_str(zend_ast *ast) { in zend_ast_get_str()
336 static zend_always_inline uint32_t zend_ast_get_lineno(zend_ast *ast) { in zend_ast_get_lineno()
[all …]
H A Dzend_language_scanner.h58 zend_ast *ast; member
H A Dzend_language_scanner.l676 zend_ast *ast; in zend_compile_string_to_ast() local
H A Dzend_execute_API.c616 zend_ast *ast = Z_ASTVAL_P(p); in zval_update_constant_ex() local
H A Dzend_globals.h116 zend_ast *ast; member
H A Dzend_compile.h97 static zend_always_inline znode *zend_ast_get_znode(zend_ast *ast) { in zend_ast_get_znode()
126 zend_ast *ast; member
H A Dzend_inheritance.c757 zend_ast *ast = Z_ASTVAL_P(zv); in zend_get_function_declaration() local
H A Dzend_types.h294 zend_ast_ref *ast; member
1068 #define ZVAL_AST(z, ast) do { \ argument
H A Dzend_API.c4467 zend_ast *ast; in get_default_via_ast() local
/PHP-8.0/ext/opcache/Optimizer/
H A Dpass1.c275 zend_ast *ast = Z_ASTVAL_P(c); in zend_optimizer_pass1() local
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c322 static void zend_file_cache_serialize_ast(zend_ast *ast,
388 zend_ast_ref *ast; local
1110 static void zend_file_cache_unserialize_ast(zend_ast *ast,
H A Dzend_persist_calc.c79 static void zend_persist_ast_calc(zend_ast *ast) in zend_persist_ast_calc()
H A Dzend_persist.c158 static zend_ast *zend_persist_ast(zend_ast *ast) in zend_persist_ast()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c844 zend_ast *ast = Z_ASTVAL_P(zv); in phpdbg_short_zval_print() local
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2924 zend_ast *ast = Z_ASTVAL_P(p); in zval_jit_update_constant_ex() local
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c2808 zend_ast *ast = Z_ASTVAL(default_value); in ZEND_METHOD() local
2842 zend_ast *ast = Z_ASTVAL(default_value); in ZEND_METHOD() local

Completed in 176 milliseconds