3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Config { public $item; } class MyConfig extends Config { public string $item; }
Output for 8.1.0 - 8.1.7, 8.3.5
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:
31.88 ms | 727 KiB | 3 Q