3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Demo { #[Deprecated] public function __construct() {} } echo "Before\n"; $d = new Demo(); echo "After\n";
Output for 8.4.1 - 8.4.22, 8.5.0 - 8.5.7
Before Deprecated: Method Demo::__construct() is deprecated in /in/DNrqm on line 10 After
Output for 8.1.34, 8.2.0 - 8.2.31, 8.3.0 - 8.3.31
Before After

preferences:
39.57 ms | 863 KiB | 4 Q