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