Home
last modified time | relevance | path

Searched refs:sfo (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/spl/tests/SplFileObject/
H A Dbug79710.phpt8 public $sfo;
9 public function __construct($sfo) {
10 $this->sfo = $sfo;
15 $this->sfo->flock(2);
21 static $sfo;
25 // $sfo needed to be destructed before $foo.
26 Run::$sfo = new SplTempFileObject();
27 Run::$foo = new Target(Run::$sfo);
H A Dbug81477.phpt11 $sfo = new SplFileObject($filename);
12 $sfo->setFlags(SplFileObject::READ_AHEAD);
13 $limitIter = new LimitIterator($sfo, 1, -1);

Completed in 4 milliseconds