1 2 3 4 5 6 7 8 9
--TEST-- 023: __NAMESPACE__ constant --FILE-- <?php namespace test\foo; var_dump(__NAMESPACE__); --EXPECT-- string(8) "test\foo"