--TEST-- SPL: SplFileObject::getCurrentLine --CREDITS-- H�vard Eide #Testfest php.no --FILE-- seek(1); echo $s->getCurrentLine(); echo $s->getCurrentLine(); ?> --EXPECT-- //line 3 //line 4