Searched refs:imagewbmp (Results 1 – 8 of 8) sorted by relevance
2 Bug #77479 (imagewbmp() segfaults with very large image)14 imagewbmp($im, __DIR__ . '/77479.wbmp');17 Warning: imagewbmp():%S Product of memory allocation multiplication would exceed INT_MAX, failing o…20 Warning: imagewbmp(): Could not create WBMP in %s on line %d
2 Testing null byte injection in imagewbmp15 imagewbmp($image, "./foo\0bar");21 imagewbmp(): Argument #2 ($file) must not contain null bytes
2 imagewbmp14 imagewbmp($im, $file);
23 if ($flags&0x8 && !function_exists("imagewbmp")) {
631 ZEND_FUNCTION(imagewbmp);766 ZEND_FE(imagewbmp, arginfo_imagewbmp)
125 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} function
1974 PHP_FUNCTION(imagewbmp) in PHP_FUNCTION() argument
Completed in 21 milliseconds