summaryrefslogtreecommitdiff
path: root/ext/exif
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-01-09 02:11:54 +0000
committerFelipe Pena <felipe@php.net>2009-01-09 02:11:54 +0000
commit857959838f2cf896a54a74ffeb67f93652f7bcbc (patch)
treeb5452ddc1d29ffa81f05feafc0b1e788bd7c3147 /ext/exif
parent7670ad31e6d85dc6d5e76337207f98092a83b198 (diff)
downloadphp-git-857959838f2cf896a54a74ffeb67f93652f7bcbc.tar.gz
- Fixed tests
Diffstat (limited to 'ext/exif')
-rw-r--r--ext/exif/tests/exif_imagetype_variation1.phpt17
1 files changed, 16 insertions, 1 deletions
diff --git a/ext/exif/tests/exif_imagetype_variation1.phpt b/ext/exif/tests/exif_imagetype_variation1.phpt
index 190eda378c..767ed5fecb 100644
--- a/ext/exif/tests/exif_imagetype_variation1.phpt
+++ b/ext/exif/tests/exif_imagetype_variation1.phpt
@@ -165,20 +165,32 @@ NULL
Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
bool(false)
-- Iteration 16 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 17 --
Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
bool(false)
-- Iteration 18 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 19 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 20 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 21 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 22 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 23 --
@@ -189,11 +201,14 @@ bool(false)
Warning: exif_imagetype() expects parameter 1 to be string, resource given in %s on line %d
NULL
-- Iteration 25 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
-- Iteration 26 --
+
+Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
bool(false)
Done
?>
===Done===
-