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.
2 parents e70f9fa + d55a773 commit b107003Copy full SHA for b107003
ext/gd/tests/gd_info_variation1.phpt
@@ -25,24 +25,26 @@ var_dump(gd_info());
25
*** Testing gd_info() : variation ***
26
array(%d) {
27
["GD Version"]=>
28
- string(%d) %a
+ string(%d) %s
29
["FreeType Support"]=>
30
- bool%a
+ bool(%s)
31
["GIF Read Support"]=>
32
33
["GIF Create Support"]=>
34
35
["JPEG Support"]=>
36
37
["PNG Support"]=>
38
39
["WBMP Support"]=>
40
41
["XPM Support"]=>
42
43
["XBM Support"]=>
44
45
+ ["WebP Support"]=>
46
47
["JIS-mapped Japanese Font Support"]=>
48
49
}
50
===DONE===
0 commit comments