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); $hh=$h; $h=$h['uri']; var_dump(fopen($h,'r'));

preferences:
43.66 ms | 402 KiB | 5 Q