summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-12-16 15:19:57 +0000
committerMarcus Boerger <helly@php.net>2002-12-16 15:19:57 +0000
commit2d3b3fd97fb5f47b209a0df99ed4dc1348aea3b6 (patch)
tree136b2036cbdd229234b3f88269ecd8d13f79fd46 /ext
parent9042a9ddbd3b92108667440affad7dcea2f90bd4 (diff)
downloadphp-git-2d3b3fd97fb5f47b209a0df99ed4dc1348aea3b6.tar.gz
fix test
Diffstat (limited to 'ext')
-rw-r--r--ext/exif/tests/exif006.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/exif/tests/exif006.phpt b/ext/exif/tests/exif006.phpt
index d3a7c35c71..bad74ee4fa 100644
--- a/ext/exif/tests/exif006.phpt
+++ b/ext/exif/tests/exif006.phpt
@@ -8,7 +8,7 @@ Check for exif_read_data, magic_quotes_runtime
--INI--
output_handler=
zlib.output_compression=0
-magic_quotes_runtime=On
+magic_quotes_runtime=1
--FILE--
<?php
/*
@@ -17,7 +17,6 @@ magic_quotes_runtime=On
copy of test1.jpg as a thumbnail.
test6.jpg is the same as test2.jpg but with a UNICODE UserComment: &Auml;&Ouml;&&Uuml;&szlig;&auml;&ouml;&uuml;
*/
-print_r(ini_get("magic_quotes_runtime"));
var_dump(exif_read_data(dirname(__FILE__).'/test6.jpg','',true,false));
?>
--EXPECTF--