mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
a375d54785
Cf. PR #6787. Closes GH-6994.
12 lines
161 B
PHP
12 lines
161 B
PHP
--TEST--
|
|
Bug #39082 (Output image to stdout segfaults).
|
|
--EXTENSIONS--
|
|
gd
|
|
--FILE--
|
|
<?php
|
|
$im = imagecreatetruecolor(1,1);
|
|
imagegif($im);
|
|
?>
|
|
--EXPECTF--
|
|
GIF87a%s
|