]> granicus.if.org Git - php/commitdiff
extra spaces removed
authorfoobar <sniper@php.net>
Mon, 10 Oct 2005 05:55:44 +0000 (05:55 +0000)
committerfoobar <sniper@php.net>
Mon, 10 Oct 2005 05:55:44 +0000 (05:55 +0000)
ext/exif/tests/bug34704.phpt

index ee51910e3f7dc07ca49270b214ce1ce678b79b3d..d19d967cf407efd12f4c47193600b36b79c6ad2a 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));
 ?>
@@ -41,4 +40,4 @@ array(7) {
     int(0)
   }
 }
-===DONE===
\ No newline at end of file
+===DONE===