Home
last modified time | relevance | path

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

123

/PHP-Parser/test/code/parser/stmt/function/
H A DtypeVersions.test36 default: null
52 default: null
68 default: null
84 default: null
100 default: null
119 default: null
138 default: null
157 default: null
176 default: null
248 default: null
[all …]
H A DbuiltinTypeDeclarations.test27 default: null
43 default: null
59 default: null
75 default: null
91 default: null
107 default: null
123 default: null
H A Dvariadic.test28 default: null
42 default: null
69 default: null
83 default: null
110 default: null
126 default: null
153 default: null
169 default: null
H A DdefaultValues.test36 default: Expr_ConstFetch(
54 default: Scalar_String(
70 default: Expr_ClassConstFetch(
91 default: Expr_UnaryPlus(
109 default: Expr_UnaryMinus(
127 default: Expr_Array(
144 default: Expr_Array(
161 default: Expr_Array(
186 default: Expr_Array(
H A DtypeDeclarations.test26 default: null
42 default: null
58 default: null
74 default: null
H A Dparameters_trailing_comma.test27 default: null
78 default: null
92 default: null
126 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
49 default: null
H A DbyRef.test27 default: null
54 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
31 * @param null|Expr $default Default value
41 Expr $var, ?Expr $default = null, ?Node $type = null, argument
53 $this->default = $default;
/PHP-Parser/test/code/prettyPrinter/expr/
H A Dmatch.test9 default => 'Foo',
16 default => 'Foo',
/PHP-Parser/test/code/parser/stmt/class/
H A Dasymmetric_visibility.test39 default: null
55 default: null
71 default: null
96 default: null
110 default: null
124 default: null
167 default: null
183 default: null
H A Dproperty_modifiers.test33 default: null
49 default: null
65 default: null
81 default: null
H A DpropertyTypes.test36 default: null
54 default: null
74 default: null
94 default: null
H A Dproperty_promotion.test49 default: Scalar_Float(
67 default: Expr_Array(
86 default: Scalar_String(
104 default: Scalar_Int(
120 default: null
148 default: Scalar_Int(
H A Dsimple.test73 default: Scalar_String(
81 default: Scalar_String(
99 default: null
115 default: null
154 default: null
H A Dproperty_hooks.test45 default: null
99 default: null
143 default: null
183 default: null
226 default: null
270 default: null
295 default: null
338 default: null
390 default: null
457 default: null
/PHP-Parser/test/code/parser/expr/
H A Darrow_function.test34 default: null
62 default: Scalar_Int(
92 default: null
120 default: null
148 default: null
162 default: null
206 default: null
220 default: null
253 default: null
267 default: null
H A Dmatch.test131 default => 'default'
158 value: default
171 default, => 'Bar',
/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

Completed in 29 milliseconds

123