mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
9 lines
144 B
PHP
Executable file
9 lines
144 B
PHP
Executable file
--TEST--
|
|
024: __NAMESPACE__ constant out of namespace
|
|
--FILE--
|
|
<?php
|
|
var_dump(__NAMESPACE__);
|
|
--EXPECT--
|
|
string(0) ""
|
|
--UEXPECT--
|
|
unicode(0) ""
|