home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / bug-556860.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  177 b   |  20 lines

  1. <?php
  2. /**
  3. * @package tests
  4. */
  5. /**
  6. * @package tests
  7. */
  8. class functionincomment
  9. {
  10.  
  11.  
  12.   /* function */
  13.  
  14.   function process($trxtype, $tender = 'C')
  15.   {
  16.   }
  17. }
  18.  
  19. ?>
  20.