You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
370 B

  1. --TEST--
  2. SplFileObject::fpassthru function - parameters test
  3. --FILE--
  4. <?php
  5. $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
  6. $obj->fwrite();
  7. $obj->fwrite('6,6,6',25,null);
  8. ?>
  9. --EXPECTF--
  10. Warning: SplFileObject::fwrite() expects at least 1 parameter, 0 given in %s
  11. Warning: SplFileObject::fwrite() expects at most 2 parameters, 3 given in %s