<?php
class Bar {}
class TheParent{
public function __construct(string $foo, Bar $storage, string $baz) {}
}
class Foo extends TheParent {
public function __construct(string $foo, Bar $storage = NULL, string $baz) {}
}
class TheChild extends Foo {
public function __construct(string $foo, Bar $storage, string $baz) {}
}
Deprecated: Foo::__construct(): Implicitly marking parameter $storage as nullable is deprecated, the explicit nullable type must be used instead in /in/ANmin on line 9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/ANmin on line 5
Process exited with code 255.
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/ANmin on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/ANmin on line 5
Process exited with code 255.