summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagewebp_nullbyte_injection.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagewebp_nullbyte_injection.phpt')
-rw-r--r--ext/gd/tests/imagewebp_nullbyte_injection.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagewebp_nullbyte_injection.phpt b/ext/gd/tests/imagewebp_nullbyte_injection.phpt
index c48fd7d821..52ecc59941 100644
--- a/ext/gd/tests/imagewebp_nullbyte_injection.phpt
+++ b/ext/gd/tests/imagewebp_nullbyte_injection.phpt
@@ -5,7 +5,7 @@ Testing null byte injection in imagewebp
if(!extension_loaded('gd')){ die('skip gd extension not available'); }
$support = gd_info();
if (!isset($support['WebP Support']) || $support['WebP Support'] === false) {
- print 'skip webp support not available';
+ print 'skip webp support not available';
}
?>
--FILE--