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.14
Before Deprecated: Method Demo::__construct() is deprecated in /in/DNrqm on line 10 After
Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.27
Before After

preferences:
57.3 ms | 407 KiB | 5 Q