This commit is contained in:
Dmitry Stogov 2007-08-22 06:33:25 +00:00
parent 4fb5eadb77
commit 11e267f619
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ class Foo {
new Foo();
--EXPECTF--
Fatal error: Class name 'Foo' coflicts with import name in %sns_029.php on line 4
Fatal error: Class name 'Foo' conflicts with import name in %sns_029.php on line 4

View File

@ -9,4 +9,4 @@ import A::B as Foo;
new Foo();
--EXPECTF--
Fatal error: Import name 'Foo' coflicts with defined class in %sns_030.php on line 5
Fatal error: Import name 'Foo' conflicts with defined class in %sns_030.php on line 5