summaryrefslogtreecommitdiff
path: root/Zend/tests/namespace_first_stmt_nop.phpt
blob: 8f26fdc85932ef544bc2b653893b71cc96ce3e69 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Nop statement before namespace
--FILE--
<?php
;
namespace Foo;
?>
===DONE===
--EXPECT--
===DONE===