3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = substr("foo",3); if(strlen($foo) == 0){ echo "Run on both PHP 5 and PHP 7\n"; echo gettype($foo); //boolean on PHP 5 and string on PHP 7 }

preferences:
56.5 ms | 402 KiB | 5 Q