php-src/Zend/tests/namespace_first_stmt_nop.phpt
Nikita Popov f9b7609d17 Fixed bug #80225
Namespaced and declares have a different interpretation of what
"first statement" means.
2020-10-12 16:35:09 +02:00

11 lines
108 B
PHP

--TEST--
Nop statement before namespace
--FILE--
<?php
;
namespace Foo;
?>
===DONE===
--EXPECT--
===DONE===