3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(11, 12); $b = array(11, 12); var_dump($a == $b); var_dump($a === $b); var_dump(&$a === &$b);
Output for 5.4.0 - 5.4.17, 5.5.0
Fatal error: Call-time pass-by-reference has been removed in /in/XTN99 on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.26
Parse error: syntax error, unexpected T_IS_IDENTICAL, expecting ')' in /in/XTN99 on line 8
Process exited with code 255.

preferences:
175.98 ms | 1395 KiB | 53 Q