/PHP-Parser/test/code/parser/stmt/function/ |
H A D | typeVersions.test | 36 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 D | builtinTypeDeclarations.test | 27 default: null 43 default: null 59 default: null 75 default: null 91 default: null 107 default: null 123 default: null
|
H A D | variadic.test | 28 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 D | defaultValues.test | 36 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 D | typeDeclarations.test | 26 default: null 42 default: null 58 default: null 74 default: null
|
H A D | parameters_trailing_comma.test | 27 default: null 78 default: null 92 default: null 126 default: null
|
H A D | variadicDefaultValue.test | 6 Variadic parameter cannot have a default value from 2:24 to 2:25 26 default: Expr_Array(
|
H A D | specialVars.test | 45 default: null 51 default: Scalar_String(
|
H A D | nullableTypes.test | 31 default: null 49 default: null
|
H A D | byRef.test | 27 default: null 54 default: null
|
/PHP-Parser/lib/PhpParser/Node/ |
H A D | StaticVar.php | 12 public ?Expr $default; variable in PhpParser\\Node\\StaticVar 22 Expr\Variable $var, ?Node\Expr $default = null, array $attributes = [] 26 $this->default = $default;
|
H A D | PropertyItem.php | 12 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 D | Param.php | 19 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 D | match.test | 9 default => 'Foo', 16 default => 'Foo',
|
/PHP-Parser/test/code/parser/stmt/class/ |
H A D | asymmetric_visibility.test | 39 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 D | property_modifiers.test | 33 default: null 49 default: null 65 default: null 81 default: null
|
H A D | propertyTypes.test | 36 default: null 54 default: null 74 default: null 94 default: null
|
H A D | property_promotion.test | 49 default: Scalar_Float( 67 default: Expr_Array( 86 default: Scalar_String( 104 default: Scalar_Int( 120 default: null 148 default: Scalar_Int(
|
H A D | simple.test | 73 default: Scalar_String( 81 default: Scalar_String( 99 default: null 115 default: null 154 default: null
|
H A D | property_hooks.test | 45 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 D | arrow_function.test | 34 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 D | match.test | 131 default => 'default' 158 value: default 171 default, => 'Bar',
|
/PHP-Parser/test/code/prettyPrinter/stmt/ |
H A D | switch.test | 1 switch/case/default 17 default: 34 default:
|
/PHP-Parser/test/code/formatPreservation/ |
H A D | match.test | 19 default => 'two' 64 default 90 default => 'test',
|
/PHP-Parser/lib/PhpParser/ |
H A D | Node.php | 131 * @param mixed $default 135 public function getAttribute(string $key, $default = null); argument
|