headroom-0.4.3.0: test-data/code-samples/php/sample1.php
<?php
/**
* This is a file-level DocBlock
*
* A warning will be raised, saying that to document the define, use
* another DocBlock
* @package SomePackage
*/
define('foo', 'bar');
/* not a header */