Current File : //opt/RZphp74/includes/doc/PhpDocumentor/Documentation/tests/bug-553138.php
<?php
/**
* @package tests
*/
/**
* @package tests
*/
class brokenlinkstovars
{
	var $broken;
	/**
	* @see $broken
	*/
	function brokenlinkstovars()
	{
	}
}
?>