3v4l.org

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

preferences:
187.42 ms | 1399 KiB | 67 Q