1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Files
archived-php-src/Zend/tests/ns_023.phpt
T

12 lines
164 B
PHP
Executable File

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