]> granicus.if.org Git - php/commitdiff
Typo
authorSara Golemon <pollita@php.net>
Wed, 21 Jan 2004 04:08:10 +0000 (04:08 +0000)
committerSara Golemon <pollita@php.net>
Wed, 21 Jan 2004 04:08:10 +0000 (04:08 +0000)
ext/standard/tests/file/userwrapper.phpt

index 2b1d9dafa80ebb1f76ecf6267df01b043846cab0..717e73c7085664939145dbd46ea4305ffc17454d 100644 (file)
@@ -27,7 +27,7 @@ class test {
         return array('dev'=>1, 'ino'=>2, 'mode'=>0644, 'nlink'=>3,
                      'uid'=>100, 'gid'=>1000, 'rdev'=>-1, 'size'=>31337,
                      'atime'=>1234567890, 'mtime'=>1231231231, 'ctime'=>1234564564,
-                     'blksize'=>4096, 'blocks'=>8);
+                     'blksize'=>-1, 'blocks'=>-1);
     }
 }