3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_DEPRECATED); foreach (get_defined_functions()['internal'] as $func) { $ref = new \ReflectionFunction($func); if ($ref->isDeprecated()) { $func(); } }

preferences:
37.32 ms | 402 KiB | 5 Q