mirror of
https://github.com/php/php-src.git
synced 2024-12-22 08:20:23 +08:00
typo
This commit is contained in:
parent
4fb5eadb77
commit
11e267f619
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user