Home
last modified time | relevance | path

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

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

Completed in 30 milliseconds