php-src/Zend/tests/ns_023.phpt
Steph Fox 6d8760677d - killed off UEXPECT
- altered EXPECT for parser errors. This may or may not be a Good Thing.
2008-05-26 14:33:44 +00:00

10 lines
133 B
PHP
Executable File

--TEST--
023: __NAMESPACE__ constant
--FILE--
<?php
namespace test::foo;
var_dump(__NAMESPACE__);
--EXPECT--
unicode(9) "test::foo"