3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Not allowed namespace namespace {} //syntax error, unexpected namespace-relative name "namespace\A", expecting "{" namespace namespace\A {} // namespace may be used, but not in first position // surely, not a good idea namespace A\namespace { const B = 1; } namespace A { echo namespace\namespace\B; } ?>
Output for git.master, git.master_jit
Parse error: syntax error, unexpected namespace-relative name "namespace\A", expecting "{" in /in/gQie5 on line 7
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
151.17 ms | 1389 KiB | 7 Q