Searched refs:imagexbm (Results 1 – 7 of 7) sorted by relevance
2 Testing null byte injection in imagexbm11 imagexbm($image, "./foo\0bar");17 imagexbm(): Argument #2 ($filename) must not contain any null bytes
2 Bug #66339 (PHP segfaults in imagexbm)13 imagexbm($im, NULL);15 imagexbm($im, './bug66339.xbm');
2 Bug #66339 (PHP segfaults in imagexbm)13 imagexbm($im, NULL);15 imagexbm($im, './bug66339私はガラスを食べられます.xbm');
16 imagexbm($im, NULL);
620 ZEND_FUNCTION(imagexbm);755 ZEND_FE(imagexbm, arginfo_imagexbm)
104 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} function
1892 PHP_FUNCTION(imagexbm) in PHP_FUNCTION() argument
Completed in 30 milliseconds