3v4l.org

run code in 300+ PHP versions simultaneously
<?php function silence(callable $cb, ...$args) { $previous = error_reporting(0); $ret = $cb(...$args); error_reporting($previous); return $ret; } $fp = silence(fn () => fopen("foo.txt", 4096));

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
155.88 ms | 2098 KiB | 13 Q