Home
last modified time | relevance | path

Searched refs:X (Results 1 – 13 of 13) sorted by relevance

/php-ast/
H A Dast_str_defs.h5 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 Dphp_ast.h33 #define X(str, value) zend_string *str_ ## str; macro
35 #undef X
H A Dast.c1450 #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 Dclass.phpt12 const X = 'Y', Y = 'X';
51 name: "X"
56 value: "X"
104 name: "X"
109 value: "X"
H A Dphp81_final_class_const.phpt11 class X {
23 name: "X"
37 name: "X"
H A Dphp82_readonly_class.phpt11 readonly class X {}
20 name: "X"
H A Dphp81_readonly.phpt12 class X {
25 name: "X"
39 name: "X"
H A Dclass_type_85.phpt10 final class X {
23 name: "X"
H A Dclass_const_types.phpt13 public const int X = 1, Y = 2;
33 name: "X"
68 name: "X"
H A Dphp80_union_types_nullable.phpt16 class X {
58 name: "X"
105 name: "X"
H A Dattributes_02.phpt16 class X {
44 name: "X"
89 name: "X"
H A Dphp81_intersection_types.phpt12 class X {
29 name: "X"
H A Dphp80_union_types.phpt20 return new X();
109 name: "X"

Completed in 18 milliseconds