mirror of
https://github.com/php/php-src.git
synced 2024-12-14 12:26:19 +08:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
--TEST--
|
||
|
024: __NAMESPACE__ constant out of namespace
|
||
|
--FILE--
|
||
|
<?php
|
||
|
var_dump(__NAMESPACE__);
|
||
|
--EXPECT--
|
||
|
string(0) ""
|