diff options
| author | Fabien Villepinte <fabien.villepinte@gmail.com> | 2020-06-29 21:31:44 +0200 |
|---|---|---|
| committer | Fabien Villepinte <fabien.villepinte@gmail.com> | 2020-06-29 21:31:44 +0200 |
| commit | 0c6d06ecfa8f75f5afc4daf852a76c905b672b25 (patch) | |
| tree | 6148c53323122770695070e156e7a874522104ce /ext/exif | |
| parent | 24a8065f8bd58decf1f27ef0aa790c7a51b8d4db (diff) | |
| download | php-git-0c6d06ecfa8f75f5afc4daf852a76c905b672b25.tar.gz | |
Replace EXPECTF when possible
Closes GH-5779
Diffstat (limited to 'ext/exif')
| -rw-r--r-- | ext/exif/tests/bug77753.phpt | 2 | ||||
| -rw-r--r-- | ext/exif/tests/bug77988.phpt | 4 | ||||
| -rw-r--r-- | ext/exif/tests/bug78222.phpt | 4 | ||||
| -rw-r--r-- | ext/exif/tests/bug78256.phpt | 4 | ||||
| -rw-r--r-- | ext/exif/tests/duplicate_copyright_tag_leak.phpt | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/ext/exif/tests/bug77753.phpt b/ext/exif/tests/bug77753.phpt index 8071603a04..565ff61080 100644 --- a/ext/exif/tests/bug77753.phpt +++ b/ext/exif/tests/bug77753.phpt @@ -7,6 +7,6 @@ Bug #77753 (Heap-buffer-overflow in php_ifd_get32s) @var_dump(exif_read_data(__DIR__."/bug77753.tiff")); ?> DONE ---EXPECTF-- +--EXPECT-- bool(false) DONE diff --git a/ext/exif/tests/bug77988.phpt b/ext/exif/tests/bug77988.phpt index 1632c8afaa..6bbc53f134 100644 --- a/ext/exif/tests/bug77988.phpt +++ b/ext/exif/tests/bug77988.phpt @@ -7,5 +7,5 @@ Bug #77988 (heap-buffer-overflow on php_jpg_get16) exif_read_data(__DIR__."/bug77988.jpg", 'COMMENT', FALSE, TRUE); ?> DONE ---EXPECTF-- -DONE
\ No newline at end of file +--EXPECT-- +DONE diff --git a/ext/exif/tests/bug78222.phpt b/ext/exif/tests/bug78222.phpt index 0e4ead33e4..fefc41d022 100644 --- a/ext/exif/tests/bug78222.phpt +++ b/ext/exif/tests/bug78222.phpt @@ -7,5 +7,5 @@ Bug #78222 (heap-buffer-overflow on exif_scan_thumbnail) exif_read_data(__DIR__."/bug78222.jpg", 'THUMBNAIL', FALSE, TRUE); ?> DONE ---EXPECTF-- -DONE
\ No newline at end of file +--EXPECT-- +DONE diff --git a/ext/exif/tests/bug78256.phpt b/ext/exif/tests/bug78256.phpt index 37a3f1d824..060d9c5bc6 100644 --- a/ext/exif/tests/bug78256.phpt +++ b/ext/exif/tests/bug78256.phpt @@ -7,5 +7,5 @@ Bug #78256 (heap-buffer-overflow on exif_process_user_comment) @exif_read_data(__DIR__."/bug78256.jpg", 'COMMENT', FALSE, TRUE); ?> DONE ---EXPECTF-- -DONE
\ No newline at end of file +--EXPECT-- +DONE diff --git a/ext/exif/tests/duplicate_copyright_tag_leak.phpt b/ext/exif/tests/duplicate_copyright_tag_leak.phpt index 3a4eccf142..c23dac454b 100644 --- a/ext/exif/tests/duplicate_copyright_tag_leak.phpt +++ b/ext/exif/tests/duplicate_copyright_tag_leak.phpt @@ -14,5 +14,5 @@ if (!extension_loaded('exif')) { ?> ===DONE=== ---EXPECTF-- +--EXPECT-- ===DONE=== |
