Current File : //opt/RZphp72/includes/test/PHP_UML/tests/suite/bug-566600.php
<?php
/**
* @package PHP_UML::tests
*/
/**
* tests linking to methods and vars
*/
class a{
var $a;
function b(){}
var $c;
}

/**
* test links to methods and vars
*
* @see a::$a
* @see a::d()
*/
function a(){}
?>