3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace bar { $someVar = null; } namespace foo { function bar() { global \bar\$someVar; $someVar = 'Testing'; } } namespace { \foo\bar(); echo \bar\$someVar; }
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '\' (T_NS_SEPARATOR), expecting variable (T_VARIABLE) or '$' in /in/BbZGZ on line 12
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_NS_SEPARATOR, expecting T_VARIABLE or '$' in /in/BbZGZ on line 12
Process exited with code 255.

preferences:
173.37 ms | 1386 KiB | 65 Q