<?php namespace foo\bar\demo; echo '命名空间为'.__NAMESPACE__; ?>
<?php
namespace foo\bar\demo;
echo '命名空间为'.__NAMESPACE__;
?>