Home
last modified time | relevance | path

Searched refs:imagexbm (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimagexbm_nullbyte_injection.phpt2 Testing null byte injection in imagexbm
9 imagexbm($image, "./foo\0bar");
15 imagexbm(): Argument #2 ($filename) must not contain any null bytes
H A Dbug66339-mb.phpt2 Bug #66339 (PHP segfaults in imagexbm)
11 imagexbm($im, NULL);
13 imagexbm($im, './bug66339私はガラスを食べられます.xbm');
H A Dbug66339.phpt2 Bug #66339 (PHP segfaults in imagexbm)
11 imagexbm($im, NULL);
13 imagexbm($im, './bug66339.xbm');
H A Dbug53640.phpt17 imagexbm($im, NULL);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h638 ZEND_FUNCTION(imagexbm);
779 ZEND_FE(imagexbm, arginfo_imagexbm)
H A Dgd.stub.php138 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} function
H A Dgd.c1968 PHP_FUNCTION(imagexbm) in PHP_FUNCTION() argument

Completed in 25 milliseconds