Home
last modified time | relevance | path

Searched refs:imagecreatefromwbmp (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Dgh16232.phpt10 var_dump(imagecreatefromwbmp($bad_webp));
14 var_dump(imagecreatefromwbmp($bad_webp));
17 var_dump(imagecreatefromwbmp($bad_webp));
23 Warning: imagecreatefromwbmp(): "%s" is not a valid WBMP file in %s on line %d
26 Warning: imagecreatefromwbmp(): "%s" is not a valid WBMP file in %s on line %d
H A Dcreatefromwbmp2.phpt2 imagecreatefromwbmp with invalid wbmp
42 $im = imagecreatefromwbmp($filename);
46 Warning: imagecreatefromwbmp(): Product of memory allocation multiplication would exceed INT_MAX, f…
49 Warning: imagecreatefromwbmp(): "%s" is not a valid WBMP file in %s on line %d
H A Dcreatefromwbmp2_extern.phpt2 imagecreatefromwbmp with invalid wbmp
42 $im = imagecreatefromwbmp($filename);
46 Warning: imagecreatefromwbmp(): %croduct of memory allocation multiplication would exceed INT_MAX, …
48 Warning: imagecreatefromwbmp(): "%s_tmp.wbmp" is not a valid WBMP file in %s on line %d
H A Dcreatefromwbmp-mb.phpt2 imagecreatefromwbmp
9 $im2 = imagecreatefromwbmp($file);
H A Dcreatefromwbmp.phpt2 imagecreatefromwbmp
9 $im2 = imagecreatefromwbmp($file);
H A Dimagewbmp-mb.phpt14 $im2 = imagecreatefromwbmp($file);
H A Dimagewbmp.phpt14 $im2 = imagecreatefromwbmp($file);
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h627 ZEND_FUNCTION(imagecreatefromwbmp);
768 ZEND_FE(imagecreatefromwbmp, arginfo_imagecreatefromwbmp)
H A Dgd.stub.php581 function imagecreatefromwbmp(string $filename): GdImage|false {} function
H A Dgd.c1677 PHP_FUNCTION(imagecreatefromwbmp) in PHP_FUNCTION() argument

Completed in 41 milliseconds