php-src/Zend/tests/ns_023.phpt
Zoe Slattery 29b557ae61 fix tests
2009-07-17 08:18:27 +00:00

10 lines
130 B
PHP
Executable File

--TEST--
023: __NAMESPACE__ constant
--FILE--
<?php
namespace test\foo;
var_dump(__NAMESPACE__);
--EXPECT--
string(8) "test\foo"