<?php
namespace foo;
const NULL = 1;

echo NULL;
?>