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