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
305 B

--TEST--
SplFileObject::fseek function - parameters test
--FILE--
<?php
$obj = New SplFileObject(__FILE__);
$obj->fseek(1,2,3);
$obj->fseek();
?>
--EXPECTF--
Warning: SplFileObject::fseek() expects at most 2 parameters, 3 given %s
Warning: SplFileObject::fseek() expects at least 1 parameter, 0 given %s