Searched refs:SplFileObject (Results 1 – 3 of 3) sorted by relevance
22 use SplFileObject; alias80 $file = new SplFileObject($filename);
108 $logfile = new SplFileObject($this->LogFile);109 $logfile->setFlags(SplFileObject::READ_CSV);
71 * Fixed the mocking of SplFileObject