3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test1 = "Test".NULL."ing"; $test2 = "Testing"; if(strcmp($test1, $test2) == 0){ echo "The strings are the same"; } else{ echo "They are different."; }

preferences:
37.71 ms | 402 KiB | 5 Q