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