Home
last modified time | relevance | path

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

/PHP-7.2/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'));
14 Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d
17 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'));
13 Warning: imagecreatefromgd2(): gd2: EOF while reading
16 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');
16 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(): gd warning: product of memory allocation multiplication would exceed…
38 Warning: imagecreatefromgd2(): '%sbug72339.gd' is not a valid GD2 file in %sbug72339.php on line %d
H A Dpng2gd.phpt30 echo imagepng(imagecreatefromgd2($cwd . "/test.gd2"), $cwd . "/test_gd2.png") ? 'ok' : 'failed';
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.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok' : 'failed';
/PHP-7.2/ext/gd/
H A Dphp_gd.h152 PHP_FUNCTION(imagecreatefromgd2);
H A Dgd.c941 PHP_FE(imagecreatefromgd2, arginfo_imagecreatefromgd2)
2556 PHP_FUNCTION(imagecreatefromgd2) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS2707 . Fixed bug #73161 (imagecreatefromgd2() may leak memory). (cmb)

Completed in 56 milliseconds