Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds