-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
SPL: SplFileObject::setMaxLineLen
--CREDITS--
H�vard Eide <nucleuz at gmail.com>
#Testfest php.no
--INI--
include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ ); 
$s->setMaxLineLen( 3);  
echo $s->getCurrentLine();
?>
--EXPECT--
<?

Copyright © 2017 || Recoded By Mr.Bumblebee