summaryrefslogtreecommitdiff
path: root/ext/standard/tests/image/bug72278.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/image/bug72278.phpt')
-rw-r--r--ext/standard/tests/image/bug72278.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/image/bug72278.phpt b/ext/standard/tests/image/bug72278.phpt
index 6c5dfa8777..292aaf0952 100644
--- a/ext/standard/tests/image/bug72278.phpt
+++ b/ext/standard/tests/image/bug72278.phpt
@@ -6,7 +6,6 @@ define('FILENAME', __DIR__ . DIRECTORY_SEPARATOR . 'bug72278.jpg');
var_dump(getimagesize(FILENAME));
?>
-===DONE===
--EXPECTF--
Warning: getimagesize(): corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on line %d
array(7) {
@@ -25,4 +24,3 @@ array(7) {
["mime"]=>
string(10) "image/jpeg"
}
-===DONE===