Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 58) sorted by relevance

123

/PHP-Parser/test/code/parser/stmt/function/
H A DtypeVersions.test36 default: null
50 default: null
64 default: null
78 default: null
92 default: null
109 default: null
126 default: null
143 default: null
160 default: null
230 default: null
[all …]
H A DbuiltinTypeDeclarations.test27 default: null
41 default: null
55 default: null
69 default: null
83 default: null
97 default: null
111 default: null
H A Dvariadic.test28 default: null
40 default: null
65 default: null
77 default: null
102 default: null
116 default: null
141 default: null
155 default: null
H A DdefaultValues.test36 default: Expr_ConstFetch(
52 default: Scalar_String(
66 default: Expr_ClassConstFetch(
85 default: Expr_UnaryPlus(
101 default: Expr_UnaryMinus(
117 default: Expr_Array(
132 default: Expr_Array(
147 default: Expr_Array(
170 default: Expr_Array(
H A DtypeDeclarations.test26 default: null
40 default: null
54 default: null
68 default: null
H A Dparameters_trailing_comma.test27 default: null
76 default: null
88 default: null
120 default: null
H A DvariadicDefaultValue.test6 Variadic parameter cannot have a default value from 2:24 to 2:25
26 default: Expr_Array(
H A DspecialVars.test45 default: null
51 default: Scalar_String(
H A DnullableTypes.test31 default: null
47 default: null
H A DbyRef.test27 default: null
52 default: null
H A DdisjointNormalFormTypes.test57 default: null
87 default: null
134 default: null
/PHP-Parser/lib/PhpParser/Node/
H A DStaticVar.php12 public ?Expr $default; variable in PhpParser\\Node\\StaticVar
22 Expr\Variable $var, ?Node\Expr $default = null, array $attributes = []
26 $this->default = $default;
H A DPropertyItem.php12 public ?Expr $default; variable in PhpParser\\Node\\PropertyItem
21 public function __construct($name, ?Node\Expr $default = null, array $attributes = []) { argument
24 $this->default = $default;
H A DParam.php19 public ?Expr $default; variable in PhpParser\\Node\\Param
29 * @param null|Expr $default Default value
38 Expr $var, ?Expr $default = null, ?Node $type = null, argument
49 $this->default = $default;
/PHP-Parser/test/code/prettyPrinter/expr/
H A Dmatch.test9 default => 'Foo',
16 default => 'Foo',
/PHP-Parser/test/code/parser/expr/
H A Darrow_function.test34 default: null
60 default: Scalar_Int(
88 default: null
114 default: null
140 default: null
152 default: null
194 default: null
206 default: null
237 default: null
249 default: null
H A Dmatch.test131 default => 'default'
158 value: default
171 default, => 'Bar',
H A Dclosure.test30 default: null
62 default: null
122 default: null
164 default: null
/PHP-Parser/test/code/parser/stmt/class/
H A DpropertyTypes.test36 default: null
52 default: null
70 default: null
88 default: null
H A Dproperty_promotion.test47 default: Scalar_Float(
63 default: Expr_Array(
80 default: Scalar_String(
96 default: Scalar_Int(
H A Dsimple.test73 default: Scalar_String(
81 default: Scalar_String(
97 default: null
111 default: null
148 default: null
/PHP-Parser/test/code/prettyPrinter/stmt/
H A Dswitch.test1 switch/case/default
17 default:
34 default:
/PHP-Parser/test/code/formatPreservation/
H A Dmatch.test19 default => 'two'
64 default
90 default => 'test',
/PHP-Parser/lib/PhpParser/
H A DNode.php131 * @param mixed $default
135 public function getAttribute(string $key, $default = null); argument
/PHP-Parser/test/code/parser/stmt/
H A DnewInInitializer.test52 default: Expr_New(
69 default: Expr_New(
145 default: Expr_New(

Completed in 63 milliseconds

123