3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h=tmpfile(); if($h===false){throw new Exception('tmpfile() failed!');}; $h=stream_get_meta_data($h); $h=$h['uri']; var_dump(fopen($h,'r'));

preferences:
46.34 ms | 402 KiB | 5 Q