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