Searched defs:ast (Results 1 – 18 of 18) sorted by relevance
/php-src/Zend/ |
H A D | zend_ast.c | 137 zend_ast *ast; in zend_ast_create_0() local 149 zend_ast *ast; in zend_ast_create_1() local 168 zend_ast *ast; in zend_ast_create_2() local 190 zend_ast *ast; in zend_ast_create_3() local 215 zend_ast *ast; in zend_ast_create_4() local 243 zend_ast *ast; in zend_ast_create_5() local 311 zend_ast *ast; in zend_ast_create_list_0() local 325 zend_ast *ast; in zend_ast_create_list_1() local 349 zend_ast *ast; in zend_ast_create_list_2() local 381 zend_ast *ast; in zend_ast_create_from_va_list() local [all …]
|
H A D | zend_compile.c | 2957 static bool is_this_fetch(zend_ast *ast) /* {{{ */ in is_this_fetch() 2968 static bool is_globals_fetch(const zend_ast *ast) in is_globals_fetch() 2978 static bool is_global_var_fetch(zend_ast *ast) in is_global_var_fetch() 7474 zend_ast *ast = *ast_ptr; in zend_property_hook_find_property_usage() local 8229 znode *result, zend_ast *ast, bool toplevel, in zend_compile_func_decl_ex() 11058 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_class_const() local 11096 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_class_name() local 11124 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_const() local 11151 zend_ast *ast = *ast_ptr; in zend_compile_const_expr_magic_const() local 11216 zend_ast *ast = *ast_ptr; in zend_compile_const_expr() local [all …]
|
H A D | zend_ast.h | 256 zend_ast *ast = zend_ast_create_0(kind); in zend_ast_create_ex_0() local 261 zend_ast *ast = zend_ast_create_1(kind, child); in zend_ast_create_ex_1() local 266 zend_ast *ast = zend_ast_create_2(kind, child1, child2); in zend_ast_create_ex_2() local 271 zend_ast *ast = zend_ast_create_3(kind, child1, child2, child3); in zend_ast_create_ex_3() local 276 zend_ast *ast = zend_ast_create_4(kind, child1, child2, child3, child4); in zend_ast_create_ex_4() local 329 static zend_always_inline bool zend_ast_is_special(zend_ast *ast) { in zend_ast_is_special() 333 static zend_always_inline bool zend_ast_is_list(zend_ast *ast) { in zend_ast_is_list() 341 static zend_always_inline zval *zend_ast_get_zval(zend_ast *ast) { in zend_ast_get_zval() 345 static zend_always_inline zend_string *zend_ast_get_str(zend_ast *ast) { in zend_ast_get_str() 361 static zend_always_inline uint32_t zend_ast_get_lineno(zend_ast *ast) { in zend_ast_get_lineno() [all …]
|
H A D | zend_language_scanner.h | 60 zend_ast *ast; member
|
H A D | zend_enum.c | 541 zend_ast *ast = (zend_ast *) p; p += zend_ast_size(3); in create_enum_case_ast() local
|
H A D | zend_language_scanner.l | 665 zend_ast *ast; in zend_compile_string_to_ast() local
|
H A D | zend_execute_API.c | 728 zend_ast *ast = Z_ASTVAL_P(p); in zval_update_constant_with_ctx() local
|
H A D | zend_globals.h | 138 zend_ast *ast; member
|
H A D | zend_compile.h | 101 static zend_always_inline znode *zend_ast_get_znode(zend_ast *ast) { in zend_ast_get_znode() 125 zend_ast *ast; member
|
H A D | zend_types.h | 324 zend_ast_ref *ast; member 1230 #define ZVAL_AST(z, ast) do { \ argument
|
H A D | zend_inheritance.c | 988 zend_ast *ast = Z_ASTVAL_P(zv); in zend_get_function_declaration() local
|
H A D | zend_API.c | 5297 zend_ast *ast; in get_default_via_ast() local
|
/php-src/Zend/Optimizer/ |
H A D | pass1.c | 172 zend_ast *ast = Z_ASTVAL_P(c); in zend_optimizer_pass1() local
|
/php-src/ext/opcache/ |
H A D | zend_persist_calc.c | 74 static void zend_persist_ast_calc(zend_ast *ast) in zend_persist_ast_calc()
|
H A D | zend_file_cache.c | 346 static void zend_file_cache_serialize_ast(zend_ast *ast, 402 zend_ast_ref *ast; local 1225 static void zend_file_cache_unserialize_ast(zend_ast *ast,
|
H A D | zend_persist.c | 172 static zend_ast *zend_persist_ast(zend_ast *ast) in zend_persist_ast()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 722 zend_ast *ast = Z_ASTVAL_P(zv); in phpdbg_short_zval_print() local
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 2909 zend_ast *ast = Z_ASTVAL(default_value); in ZEND_METHOD() local 2943 zend_ast *ast = Z_ASTVAL(default_value); in ZEND_METHOD() local
|
Completed in 132 milliseconds