Current File : //opt/RZphp74/includes/doc/PhpDocumentor/Documentation/tests/bug-540368.php
<?php
/** @package tests */
/** @package tests */
class summary_form
{
	var $dp;
	/**
	*
	* @see function blah
	*/
	function get_header2($atate)
	{
		$header2 .= '\'>First Page</a></td>';
	}
	// confuses parser into thinking that the 2nd function blah() is a member of class summary_form
	function blah()
	{
	}
}
function blah()
{
}
?>