Home
last modified time | relevance | path

Searched refs:imagebmp (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimagebmp_nullbyte_injection.phpt2 Testing null byte injection in imagebmp
13 imagebmp($image, "./foo\0bar");
19 imagebmp(): Argument #2 ($file) must not contain null bytes
H A Dimagebmp_basic.phpt2 imagebmp() - basic functionality
19 imagebmp($im);
H A Dimagetypes_bmp.phpt7 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h656 ZEND_FUNCTION(imagebmp);
797 ZEND_FE(imagebmp, arginfo_imagebmp)
H A Dgd.stub.php172 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {} function
H A Dgd.c2118 PHP_FUNCTION(imagebmp) in PHP_FUNCTION() argument

Completed in 36 milliseconds