diff options
| author | foobar <sniper@php.net> | 2005-10-10 05:55:44 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-10-10 05:55:44 +0000 |
| commit | 60d70459f330bf7c048adc718feb6e20ca5f6c94 (patch) | |
| tree | 3c4bb44de5a965855c692fd8f3c11866b50e6b9f | |
| parent | b551a55bcaccb46ffc14aa4fc10f5266fff827a9 (diff) | |
| download | php-git-60d70459f330bf7c048adc718feb6e20ca5f6c94.tar.gz | |
extra spaces removed
| -rwxr-xr-x | ext/exif/tests/bug34704.phpt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/exif/tests/bug34704.phpt b/ext/exif/tests/bug34704.phpt index ee51910e3f..d19d967cf4 100755 --- a/ext/exif/tests/bug34704.phpt +++ b/ext/exif/tests/bug34704.phpt @@ -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=== |
