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

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