Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php /** * @package tests */ /** * @package tests */ class brokenlinkstovars { var $broken; /** * @see $broken */ function brokenlinkstovars() { } } ?>
<?php
/**
* @package tests
*/
class brokenlinkstovars
{
var $broken;
* @see $broken
function brokenlinkstovars()
}
?>