3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { array_map(function () {throw new \Exception;}, [1, 2, 3]); } catch (\Exception $e) { } try { array_filter([1, 2, 3], function () {throw new \Exception;}); } catch (\Exception $e) { } try { array_reduce([1, 2, 3], function () {throw new \Exception;}); } catch (\Exception $e) { }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Warning: array_map(): An error occurred while invoking the map callback in /in/0Qinj on line 4 Warning: array_filter(): An error occurred while invoking the filter callback in /in/0Qinj on line 9 Warning: array_reduce(): An error occurred while invoking the reduction callback in /in/0Qinj on line 14

preferences:
234.35 ms | 402 KiB | 225 Q