summaryrefslogtreecommitdiff
path: root/ext/exif/tests/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/tests/004.phpt')
-rw-r--r--ext/exif/tests/004.phpt32
1 files changed, 0 insertions, 32 deletions
diff --git a/ext/exif/tests/004.phpt b/ext/exif/tests/004.phpt
deleted file mode 100644
index 9dd5c90324..0000000000
--- a/ext/exif/tests/004.phpt
+++ /dev/null
@@ -1,32 +0,0 @@
---TEST--
-Check for exif_read_data, Unicode WinXP tags
---SKIPIF--
-<?php if (!extension_loaded("exif")) print "skip";?>
---POST--
---GET--
---FILE--
-<?php
-/*
- test4.jpg is a 1*1 image that contains Exif tags written by WindowsXP
-*/
-chdir($_ENV['PHP_DIR']);
-ini_alter('exif.decode_unicode_motorola', 'UCS-2BE');
-ini_alter('exif.encode_unicode', 'ISO-8859-15');
-$image = exif_read_data('./ext/exif/tests/test4.jpg','',true,false);
-$accept = '';
-foreach($image as $idx=>$section) {
- $accept .= $section;
- foreach($section as $name=>$value) {
- if ( $idx!='FILE' || $name!='FileDateTime') {
- $accept .= substr($name,0,2);
- $accept .= $value;
- }
- }
-}
-echo $accept;
-?>
---EXPECT--
-ArrayFitest4.jpgFi713Fi2Miimage/jpegSeANY_TAG, IFD0, WINXPArrayhtwidth="1" height="1"He1Wi1Is1By0ArraySuArrayKeArrayAuArrayCoArrayTiArrayArraySuSubject...KeKeywords...AuRui CarmoCoComments
-Line2
-Line3
-Line4TiTitle... \ No newline at end of file