-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/spl/tests/
File Upload :
Current File : //usr/src/php/ext/spl/tests/SplFileObject_fseek_error_001.phpt

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

Copyright © 2017 || Recoded By Mr.Bumblebee