3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Stream { public function stream_open($path, $mode, $options, $opened_path) { return true; } public function stream_write($data) { return (int) (strlen($data) - 2); } } stream_wrapper_register('test', 'Stream'); file_put_contents('test://file.txt', 'foobarbaz');

preferences:
60.02 ms | 2017 KiB | 5 Q