php-src/Zend/tests/ns_024.phpt

10 lines
144 B
Plaintext
Raw Normal View History

2007-09-28 19:52:53 +00:00
--TEST--
024: __NAMESPACE__ constant out of namespace
--FILE--
<?php
var_dump(__NAMESPACE__);
--EXPECT--
string(0) ""
--UEXPECT--
unicode(0) ""