<?php
const FOO = 0;

var_dump(constant(__NAMESPACE__ . "\\FOO"));
?>