3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ParentClass { protected $string; } class ChildClass extends ParentClass { protected string $string; }
Output for 8.1.0 - 8.1.24, 8.2.0 - 8.2.11
Fatal error: Type of ChildClass::$string must not be defined (as in class ParentClass) in /in/O7nJJ on line 7
Process exited with code 255.
Output for 8.0.1 - 8.0.30
Fatal error: Type of ChildClass::$string must not be defined (as in class ParentClass) in /in/O7nJJ on line 9
Process exited with code 255.

preferences:
164.61 ms | 1001 KiB | 7 Q