x
 
<?php
namespace myArea;
function myValue(){
  return __NAMESPACE__;
}
?>
<!DOCTYPE html>
<html>
<body>
<?php
echo myValue();
?>
</body>
</html>