Searched refs:X (Results 1 – 13 of 13) sorted by relevance
/php-ast/ |
H A D | ast_str_defs.h | 5 X(kind, "kind") \ 6 X(flags, "flags") \ 7 X(lineno, "lineno") \ 9 X(name, "name") \ 14 X(type, "type") \ 16 X(uses, "uses") \ 22 X(expr, "expr") \ 23 X(var, "var") \ 29 X(dim, "dim") \ 35 X(key, "key") \ [all …]
|
H A D | php_ast.h | 33 #define X(str, value) zend_string *str_ ## str; macro 35 #undef X
|
H A D | ast.c | 1450 #define X(str, value) \ in PHP_MINIT_FUNCTION() macro 1454 #undef X in PHP_MINIT_FUNCTION() 1592 #define X(str, value) zend_string_release(AST_STR(str_ ## str)); in PHP_MSHUTDOWN_FUNCTION() macro 1594 #undef X in PHP_MSHUTDOWN_FUNCTION()
|
/php-ast/tests/ |
H A D | class.phpt | 12 const X = 'Y', Y = 'X'; 51 name: "X" 56 value: "X" 104 name: "X" 109 value: "X"
|
H A D | php81_final_class_const.phpt | 11 class X { 23 name: "X" 37 name: "X"
|
H A D | php82_readonly_class.phpt | 11 readonly class X {} 20 name: "X"
|
H A D | php81_readonly.phpt | 12 class X { 25 name: "X" 39 name: "X"
|
H A D | class_type_85.phpt | 10 final class X { 23 name: "X"
|
H A D | class_const_types.phpt | 13 public const int X = 1, Y = 2; 33 name: "X" 68 name: "X"
|
H A D | php80_union_types_nullable.phpt | 16 class X { 58 name: "X" 105 name: "X"
|
H A D | attributes_02.phpt | 16 class X { 44 name: "X" 89 name: "X"
|
H A D | php81_intersection_types.phpt | 12 class X { 29 name: "X"
|
H A D | php80_union_types.phpt | 20 return new X(); 109 name: "X"
|
Completed in 19 milliseconds