Skip to content

Commit b107003

Browse files
committed
Merge branch 'PHP-7.1'
2 parents e70f9fa + d55a773 commit b107003

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

ext/gd/tests/gd_info_variation1.phpt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,26 @@ var_dump(gd_info());
2525
*** Testing gd_info() : variation ***
2626
array(%d) {
2727
["GD Version"]=>
28-
string(%d) %a
28+
string(%d) %s
2929
["FreeType Support"]=>
30-
bool%a
30+
bool(%s)
3131
["GIF Read Support"]=>
32-
bool%a
32+
bool(%s)
3333
["GIF Create Support"]=>
34-
bool%a
34+
bool(%s)
3535
["JPEG Support"]=>
36-
bool%a
36+
bool(%s)
3737
["PNG Support"]=>
38-
bool%a
38+
bool(%s)
3939
["WBMP Support"]=>
40-
bool%a
40+
bool(%s)
4141
["XPM Support"]=>
42-
bool%a
42+
bool(%s)
4343
["XBM Support"]=>
44-
bool%a
44+
bool(%s)
45+
["WebP Support"]=>
46+
bool(%s)
4547
["JIS-mapped Japanese Font Support"]=>
46-
bool%a
48+
bool(%s)
4749
}
4850
===DONE===

0 commit comments

Comments
 (0)