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

  1. <?php
  2. /** @package tests */
  3. /**
  4. * Test description.
  5. *
  6. * anything said here
  7. *
  8. * @return array will return an array in the form:
  9. * <pre>
  10. * 0 => 10
  11. * 1 => 20
  12. * </pre>
  13. */
  14. function test_441278()
  15. {
  16. return array(0 => 10, 1 => 20);
  17.  
  18. ?>
  19.