3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tests = array( "1...1", "2...2", "10...10", "(1.).(.1)", "1. . .1", "5.32..7", "3..(5.67)", "3. . 5.67", "3.14 . 1.41" ); foreach($tests as $test) { printf("%-12s = ", $test); eval("echo $test;"); echo "\n"; }

preferences:
53.66 ms | 402 KiB | 5 Q