Current File : //opt/RZphp73/includes/test/PHP_UML/tests/suite/bug-540368.php
<?php
/** @package PHP_UML::tests */
/** @package PHP_UML::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()
{
}
?>