summaryrefslogtreecommitdiff
path: root/ext/exif/tests/exif005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/tests/exif005.phpt')
-rw-r--r--ext/exif/tests/exif005.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/exif/tests/exif005.phpt b/ext/exif/tests/exif005.phpt
index b472aa826f..a2282aa1b0 100644
--- a/ext/exif/tests/exif005.phpt
+++ b/ext/exif/tests/exif005.phpt
@@ -7,9 +7,7 @@ output_handler=
zlib.output_compression=0
--FILE--
<?php
-/* Do not change this test it is a README.TESTING example.
- * test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
- */
+// test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
$image = exif_read_data(dirname(__FILE__).'/test5.jpg','',true,false);
var_dump($image['IFD0']);
?>