From: Felipe Pena Date: Fri, 9 Jan 2009 02:35:37 +0000 (+0000) Subject: - Fixed tests X-Git-Tag: php-5.2.9RC1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab029cf81a1446aa5fbc02e5715c0d95dfe7ab91;p=php - Fixed tests --- diff --git a/ext/exif/tests/exif_imagetype_variation1.phpt b/ext/exif/tests/exif_imagetype_variation1.phpt index 471b64401f..09e8b5554c 100644 --- a/ext/exif/tests/exif_imagetype_variation1.phpt +++ b/ext/exif/tests/exif_imagetype_variation1.phpt @@ -175,20 +175,32 @@ bool(false) 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 -- @@ -199,8 +211,12 @@ bool(false) Warning: exif_imagetype(Resource id #%d): failed to open stream: No such file or directory in %s on line %d bool(false) -- 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 diff --git a/ext/standard/tests/file/file_put_contents_variation8.phpt b/ext/standard/tests/file/file_put_contents_variation8.phpt index 6042ecf982..1407a81dbb 100644 Binary files a/ext/standard/tests/file/file_put_contents_variation8.phpt and b/ext/standard/tests/file/file_put_contents_variation8.phpt differ diff --git a/ext/standard/tests/file/readfile_variation10.phpt b/ext/standard/tests/file/readfile_variation10.phpt index 3ee1a906b7..7072830da9 100644 Binary files a/ext/standard/tests/file/readfile_variation10.phpt and b/ext/standard/tests/file/readfile_variation10.phpt differ diff --git a/ext/standard/tests/strings/md5_file.phpt b/ext/standard/tests/strings/md5_file.phpt index c10d62044f..879cd59aa3 100644 Binary files a/ext/standard/tests/strings/md5_file.phpt and b/ext/standard/tests/strings/md5_file.phpt differ diff --git a/ext/tidy/tests/019.phpt b/ext/tidy/tests/019.phpt index 9d2c693cdb..91bbc016ed 100644 --- a/ext/tidy/tests/019.phpt +++ b/ext/tidy/tests/019.phpt @@ -34,5 +34,9 @@ Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d Warning: tidy_repair_string() expects parameter 1 to be string, array given in %s on line %d +Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d + +Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d + Warning: tidy_repair_file() expects parameter 1 to be string, array given in %s on line %d Done diff --git a/ext/tidy/tests/022.phpt b/ext/tidy/tests/022.phpt index 9d2c693cdb..91bbc016ed 100644 --- a/ext/tidy/tests/022.phpt +++ b/ext/tidy/tests/022.phpt @@ -34,5 +34,9 @@ Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d Warning: tidy_repair_string() expects parameter 1 to be string, array given in %s on line %d +Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d + +Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d + Warning: tidy_repair_file() expects parameter 1 to be string, array given in %s on line %d Done