Current File : //opt/RZphp74/includes/doc/PhpDocumentor/Documentation/tests/bug-loseprocedural.php
<?php
/** @package tests */
/** test2 was lost, isn't any more */
function test
{
}
/** @package tests */
class testClass
{
function testClass()
{
}
}
function test2()
{
}
?>