diff options
Diffstat (limited to 'Zend/tests/ns_030.phpt')
| -rwxr-xr-x | Zend/tests/ns_030.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_030.phpt b/Zend/tests/ns_030.phpt index c87b293bb6..83a86b1fd1 100755 --- a/Zend/tests/ns_030.phpt +++ b/Zend/tests/ns_030.phpt @@ -5,7 +5,7 @@ class Foo { } -import A::B as Foo; +use A::B as Foo; new Foo(); --EXPECTF-- |
