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