1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Files
archived-php-src/Zend/tests/ns_024.phpt
T
Dmitry Stogov f32ffe9b43 Namespaces
2007-09-28 19:52:53 +00:00

10 lines
144 B
PHP
Executable File

--TEST--
024: __NAMESPACE__ constant out of namespace
--FILE--
<?php
var_dump(__NAMESPACE__);
--EXPECT--
string(0) ""
--UEXPECT--
unicode(0) ""