3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(array(1)); $b = array(array(2));hed if ($a == $b) { echo 'Matched'; } else { echo 'Not matched'; }
Output for 5.4.0 - 5.4.30
Parse error: syntax error, unexpected 'if' (T_IF) in /in/OV7ff on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_IF in /in/OV7ff on line 6
Process exited with code 255.

preferences:
184.63 ms | 1398 KiB | 68 Q