Searched refs:imagecreatefromgd2 (Results 1 – 13 of 13) sorted by relevance
6 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…
9 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…
9 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 %d16 Warning: imagecreatefromgd2(): "%s" is not a valid GD2 file in %s on line %d
9 var_dump(imagecreatefromgd2(__DIR__ . DIRECTORY_SEPARATOR . 'bug73868.gd2'));12 Warning: imagecreatefromgd2(): gd2: EOF while reading15 Warning: imagecreatefromgd2(): "%s" is not a valid GD2 file in %s on line %d
2 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
2 imagecreatefromgd25 if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n");11 $im2 = imagecreatefromgd2($file);
5 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
30 …echo imagejpeg(imagecreatefromgd2($cwd . "/test私はガラスを食べられます.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok'…
30 …echo imagejpeg(imagecreatefromgd2($cwd . "/test_jpeg.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok' : 'fai…
30 …echo imagepng(imagecreatefromgd2($cwd . "/test_png.gd2"), $cwd . "/test_gd2.png") ? 'ok' : 'failed…
612 ZEND_FUNCTION(imagecreatefromgd2);747 ZEND_FE(imagecreatefromgd2, arginfo_imagecreatefromgd2)
92 function imagecreatefromgd2(string $filename): GdImage|false {} function
1761 PHP_FUNCTION(imagecreatefromgd2) in PHP_FUNCTION() argument
Completed in 21 milliseconds