]> granicus.if.org Git - php/commitdiff
fix test
authorfoobar <sniper@php.net>
Mon, 10 Oct 2005 05:56:53 +0000 (05:56 +0000)
committerfoobar <sniper@php.net>
Mon, 10 Oct 2005 05:56:53 +0000 (05:56 +0000)
ext/exif/tests/bug34704.phpt

index ee51910e3f7dc07ca49270b214ce1ce678b79b3d..8af34b3c42f9d00e2216b5ecd01047b3548803f1 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Bug # 34704 (Infinite recursion due to corrupt JPEG)
+Bug #34704 (Infinite recursion due to corrupt JPEG)
 --SKIPIF--
 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
 --INI--
@@ -8,7 +8,6 @@ output_handler=
 zlib.output_compression=0 
 --FILE--
 <?php
-
 $infile = dirname(__FILE__).'/bug34704.jpg';
 var_dump(exif_read_data($infile));
 ?>
@@ -18,7 +17,7 @@ array(7) {
   ["FileName"]=>
   string(12) "bug34704.jpg"
   ["FileDateTime"]=>
-  int(1128866682)
+  int(%d)
   ["FileSize"]=>
   int(9976)
   ["FileType"]=>
@@ -41,4 +40,4 @@ array(7) {
     int(0)
   }
 }
-===DONE===
\ No newline at end of file
+===DONE===