Current File : //opt/RZphp74/includes/doc/PhpDocumentor/Documentation/tests/bug-556860.php
<?php
/**
* @package tests
*/
/**
* @package tests
*/
class functionincomment
{


  /* function */

  function process($trxtype, $tender = 'C')
  {
  }
}

?>