Searched refs:imagegd (Results 1 – 11 of 11) sorted by relevance
2 Testing null byte injection in imagegd9 imagegd($image, "./foo\0bar");15 imagegd(): Argument #2 ($file) must not contain any null bytes
9 imagegd($image, "./foo\0bar");15 imagegd(): Argument #2 ($file) must not contain any null bytes
2 imagegd() writes truecolor images without palette conversion22 imagegd($im);
20 …echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd1") ? 'ok' : 'failed…
20 …echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd1") ? 'ok' : 'failed…
20 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.g…
20 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd1") ? 'ok' : 'fail…
20 …echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd1") ? 'ok' : 'failed…
652 ZEND_FUNCTION(imagegd);793 ZEND_FE(imagegd, arginfo_imagegd)
629 function imagegd(GdImage $image, ?string $file = null): bool {} function
1954 PHP_FUNCTION(imagegd) in PHP_FUNCTION() argument
Completed in 26 milliseconds