3v4l.org

run code in 300+ 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.18, 8.5.0 - 8.5.3
Before Deprecated: Method Demo::__construct() is deprecated in /in/DNrqm on line 10 After
Output for 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30
Before After

preferences:
43.89 ms | 840 KiB | 4 Q