3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Cat; class Foobar { public function __construct() { echo '[Foobar]'; } } class Foo { public function __construct() { echo '[Foo]'; } } define('Cat\\Foo', 'Cat\\Foobar'); namespace { new Cat\\Foo() }
Output for 5.3.0 - 5.3.22, 5.3.24, 5.4.0 - 5.4.12, 5.4.14
Fatal error: Cannot mix bracketed namespace declarations with unbracketed namespace declarations in MOEtN on line 22
Process exited with code 255.
Output for 5.3.23, 5.4.13
Fatal error: Cannot mix bracketed namespace declarations with unbracketed namespace declarations in /in/oBaRE on line 22
Process exited with code 255.

preferences:
177.6 ms | 1395 KiB | 47 Q