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

  1. <?php
  2. /** @package tests */
  3. /**
  4. * This makes sure the basic element of bug 44127 is fixed
  5. */
  6. function test_441275($foo = array())
  7. {
  8. }
  9.  
  10. /**
  11. * This tests some more advanced cases to make sure to handle them
  12. */
  13. function test2_441275($foo = array("item1","item2",'item3' => "item4",array("item5","item6"), 'item7' => 
  14.             array('item8','item9',"array('item9','item10')")), $foobar)
  15. {
  16. }
  17.  
  18. ?>
  19.