Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php /** * @package tests */ /** * @package tests */ class functionincomment { /* function */ function process($trxtype, $tender = 'C') { } } ?>
<?php
/**
* @package tests
*/
class functionincomment
{
/* function */
function process($trxtype, $tender = 'C')
}
?>