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.24, 8.5.0 - 8.5.9
Before Deprecated: Method Demo::__construct() is deprecated in /in/DNrqm on line 10 After
Output for 8.1.34, 8.2.0 - 8.2.32, 8.3.0 - 8.3.33
Before After

preferences:
53.99 ms | 891 KiB | 4 Q