3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Config { public $item; } class MyConfig extends Config { public string $item; }
Output for 8.1.0 - 8.1.7
Fatal error: Type of MyConfig::$item must not be defined (as in class Config) in /in/tnpIv on line 7
Process exited with code 255.
Output for 7.4.0 - 7.4.30, 8.0.1 - 8.0.20
Fatal error: Type of MyConfig::$item must not be defined (as in class Config) in /in/tnpIv on line 9
Process exited with code 255.

preferences:
167.84 ms | 1001 KiB | 7 Q