Home
last modified time | relevance | path

Searched refs:imagewbmp (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dbug77479.phpt2 Bug #77479 (imagewbmp() segfaults with very large image)
14 imagewbmp($im, __DIR__ . '/77479.wbmp');
18 Warning: imagewbmp():%S product of memory allocation multiplication would exceed INT_MAX, failing o…
21 Warning: imagewbmp(): Could not create WBMP in %s on line %d
H A Dimagewbmp_nullbyte_injection.phpt2 Testing null byte injection in imagewbmp
18 var_dump(imagewbmp($image, "./foo\0bar"));
21 Warning: imagewbmp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagewbmp-mb.phpt2 imagewbmp
14 imagewbmp($im, $file);
H A Dimagewbmp.phpt2 imagewbmp
14 imagewbmp($im, $file);
H A Dtypes.phpt23 if ($flags&0x8 && !function_exists("imagewbmp")) {
/PHP-7.4/ext/gd/
H A Dphp_gd.h181 PHP_FUNCTION(imagewbmp);
H A Dgd.c970 PHP_FE(imagewbmp, arginfo_imagewbmp)
2835 PHP_FUNCTION(imagewbmp) in PHP_FUNCTION() argument
/PHP-7.4/
H A DNEWS2311 . Fixed bug #77479 (imagewbmp() segfaults with very large images). (cmb)

Completed in 38 milliseconds