Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/tests/
H A Dbug77479.phpt2 Bug #77479 (imagewbmp() segfaults with very large image)
15 imagewbmp($im, __DIR__ . '/77479.wbmp');
18 Warning: imagewbmp():%S %croduct of memory allocation multiplication would exceed INT_MAX, failing …
21 Warning: imagewbmp(): Could not create WBMP%win %s on line %d
H A Dimagewbmp_nullbyte_injection.phpt2 Testing null byte injection in imagewbmp
16 imagewbmp($image, "./foo\0bar");
22 imagewbmp(): Argument #2 ($file) must not contain null bytes
H A Dimagewbmp-mb.phpt2 imagewbmp
12 imagewbmp($im, $file);
H A Dimagewbmp.phpt2 imagewbmp
12 imagewbmp($im, $file);
H A Dtypes.phpt21 if ($flags&0x8 && !function_exists("imagewbmp")) {
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h651 ZEND_FUNCTION(imagewbmp);
792 ZEND_FE(imagewbmp, arginfo_imagewbmp)
H A Dgd.stub.php627 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} function
H A Dgd.c1905 PHP_FUNCTION(imagewbmp) in PHP_FUNCTION() argument

Completed in 25 milliseconds