]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Wed, 2 Jul 2008 12:25:15 +0000 (12:25 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 2 Jul 2008 12:25:15 +0000 (12:25 +0000)
ext/spl/tests/fileobject_getsize_basic.phpt

index db15cc1dc344d274a9e38f64bcf34354e80bf92c..da9f708a16c84966021f3948aae311e1a286e45c 100644 (file)
@@ -14,7 +14,9 @@ $s = new SplFileObject( $file );
 echo $s->getSize();
 ?>
 --CLEAN--
+<?php
 $file = __DIR__ ."/data.txt";
 unlink($file);
+?>
 --EXPECT--
 6