--TEST-- SPL: SplFileObject::getSize --CREDITS-- H�vard Eide #Testfest php.no --INI-- include_path=. --FILE-- getSize(); ?> --CLEAN-- $file = __DIR__ ."/data.txt"; unlink($file); --EXPECT-- 6