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