3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach([1 => 'test', 2 => 'test'] as $count=>$test){ ob_start(); echo $count; $cached = ob_get_contents(); ob_end_clean(); echo $cached; }

preferences:
57.53 ms | 402 KiB | 5 Q