We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbb9f3 commit e763a1cCopy full SHA for e763a1c
ext/gd/tests/bug75437.phpt
@@ -1,10 +1,12 @@
1
--TEST--
2
Bug #75437 Wrong reflection on imagewebp
3
--SKIPIF--
4
+<?php
5
if (!extension_loaded('reflection')) die('skip reflection not available');
6
if (!extension_loaded('gd')) die('skip gd extension not available');
7
if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.0', '<')) die("skip test requires GD 2.2.0 or higher");
8
if (!function_exists('imagewebp')) die('skip WebP support not available');
9
+?>
10
--FILE--
11
<?php
12
$rf = new ReflectionFunction('imagewebp');
0 commit comments