Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
Zend /
tests /
nullable_types /
Delete
Unzip
Name
Size
Permission
Date
Action
array.phpt
189
B
-rw-rw-r--
2022-10-31 11:36
contravariant_nullable_param_succeeds.phpt
233
B
-rw-rw-r--
2022-10-31 11:36
contravariant_nullable_return_fails.phpt
293
B
-rw-rw-r--
2022-10-31 11:36
covariant_nullable_param_fails.phpt
301
B
-rw-rw-r--
2022-10-31 11:36
covariant_nullable_return_succeds.phpt
168
B
-rw-rw-r--
2022-10-31 11:36
float.phpt
188
B
-rw-rw-r--
2022-10-31 11:36
int.phpt
170
B
-rw-rw-r--
2022-10-31 11:36
invariant_param_and_return_succeeds.phpt
318
B
-rw-rw-r--
2022-10-31 11:36
nullable_type_parameters_do_not_have_default_value.phpt
366
B
-rw-rw-r--
2022-10-31 11:36
string.phpt
201
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Subtype cannot remove nullable parameter (covariance) --FILE-- <?php interface A { function method(?int $p); } class B implements A { function method(int $p) { } } --EXPECTF-- Fatal error: Declaration of B::method(int $p) must be compatible with A::method(?int $p) in %s on line %d