Home
last modified time | relevance | path

Searched refs:imagegd (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/gd/tests/
H A Dimagegd_nullbyte_injection.phpt2 Testing null byte injection in imagegd
9 imagegd($image, "./foo\0bar");
15 imagegd(): Argument #2 ($file) must not contain any null bytes
H A Dimagegd2_nullbyte_injection.phpt9 imagegd($image, "./foo\0bar");
15 imagegd(): Argument #2 ($file) must not contain any null bytes
H A Dimagegd_truecolor.phpt2 imagegd() writes truecolor images without palette conversion
22 imagegd($im);
H A Dxpm2gd.phpt20 …echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd1") ? 'ok' : 'failed…
H A Dgif2gd.phpt20 …echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd1") ? 'ok' : 'failed…
H A Djpg2gd-mb.phpt20 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.g…
H A Dpng2gd.phpt20 …echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd1") ? 'ok' : 'failed…
H A Djpg2gd.phpt20 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd1") ? 'ok' : 'fail…
/php-src/ext/gd/
H A Dgd_arginfo.h651 ZEND_FUNCTION(imagegd);
791 ZEND_FE(imagegd, arginfo_imagegd)
H A Dgd.stub.php629 function imagegd(GdImage $image, ?string $file = null): bool {} function
H A Dgd.c1949 PHP_FUNCTION(imagegd) in PHP_FUNCTION() argument

Completed in 51 milliseconds