1--TEST-- 2024: __NAMESPACE__ constant out of namespace 3--FILE-- 4<?php 5var_dump(__NAMESPACE__); 6?> 7--EXPECT-- 8string(0) "" 9