Home
last modified time | relevance | path

Searched refs:imagecreatefromgd2 (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dbug71912-mb.phpt6 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
10 imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . "invalid_neg_size私はガラスを食べられます.gd2");
14 Warning: imagecreatefromgd2(): "%s%einvalid_neg_size私はガラスを食べられます.gd2" is not a valid GD2 file in %s…
H A Dbug71912.phpt9 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
13 imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . "invalid_neg_size.gd2");
17 Warning: imagecreatefromgd2(): "%s%einvalid_neg_size.gd2" is not a valid GD2 file in %s%ebug71912.p…
H A Dbug73869.phpt9 var_dump(imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . 'bug73869a.gd2'));
10 var_dump(imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . 'bug73869b.gd2'));
13 Warning: imagecreatefromgd2(): "%s" is not a valid GD2 file in %s on line %d
16 Warning: imagecreatefromgd2(): "%s" is not a valid GD2 file in %s on line %d
H A Dbug73868.phpt9 var_dump(imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . 'bug73868.gd2'));
12 Warning: imagecreatefromgd2(): gd2: EOF while reading
15 Warning: imagecreatefromgd2(): "%s" is not a valid GD2 file in %s on line %d
H A Dbug73161.phpt2 Bug #73161 (imagecreatefromgd2() may leak memory)
11 $im = imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . 'bug73161.gd2');
15 Warning: imagecreatefromgd2(): "%s" is not a valid GD2 file in %s on line %d
H A Dcreatefromgd2.phpt2 imagecreatefromgd2
5 if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n");
11 $im2 = imagecreatefromgd2($file);
H A Dbug72339.phpt5 if (!function_exists("imagecreatefromgd2")) print "skip";
26 $im = imagecreatefromgd2($fname);
35 Warning: imagecreatefromgd2(): Product of memory allocation multiplication would exceed INT_MAX, fa…
38 Warning: imagecreatefromgd2(): "%sbug72339.gd" is not a valid GD2 file in %sbug72339.php on line %d
H A Djpg2gd-mb.phpt30 …echo imagejpeg(imagecreatefromgd2($cwd . "/test私はガラスを食べられます.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok'…
H A Djpg2gd.phpt30 …echo imagejpeg(imagecreatefromgd2($cwd . "/test_jpeg.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok' : 'fai…
H A Dpng2gd.phpt30 …echo imagepng(imagecreatefromgd2($cwd . "/test_png.gd2"), $cwd . "/test_gd2.png") ? 'ok' : 'failed…
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h612 ZEND_FUNCTION(imagecreatefromgd2);
747 ZEND_FE(imagecreatefromgd2, arginfo_imagecreatefromgd2)
H A Dgd.stub.php92 function imagecreatefromgd2(string $filename): GdImage|false {} function
H A Dgd.c1761 PHP_FUNCTION(imagecreatefromgd2) in PHP_FUNCTION() argument

Completed in 21 milliseconds