Current File : //opt/RZphp72/includes/doc/PhpDocumentor/Documentation/tests/bug-554712.php
<?php
/**
* @package tests
*/
/**
* returns a reference
*/
function &returnsme()
{
}

/**
* passes a variable by reference
*/
function passbyref(&$varname)
{
}
?>