<?php namespace PHPDoctor\Tests\woo\yay { class AltNamespaceSyntax { const ZERO = 0; const ONE = 1; } } ?>