diff options
Diffstat (limited to 'Zend/tests/ns_027.inc')
-rwxr-xr-x | Zend/tests/ns_027.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_027.inc b/Zend/tests/ns_027.inc index 3823818290..014bc40552 100755 --- a/Zend/tests/ns_027.inc +++ b/Zend/tests/ns_027.inc @@ -1,5 +1,5 @@ <?php -namespace Foo\Bar; +namespace Foo::Bar; class Foo { function __construct() { |