Home
last modified time | relevance | path

Searched refs:imagecreatefromstring (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dcreatefromstring.phpt2 imagecreatefromstring
5 if (!function_exists('imagecreatefromstring')) die("skip gd extension not available\n");
18 $im = imagecreatefromstring($im_string);
38 $im = imagecreatefromstring($im_string);
55 imagecreatefromstring('');
60 $im = imagecreatefromstring(' asdf jklp foo');
66 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d
68 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d
H A Dimagecreatefromstring_gif.phpt2 imagecreatefromstring() - GIF format
11 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
H A Dimagecreatefromstring_png.phpt2 imagecreatefromstring() - PNG format
11 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
H A Dimagecreatefromstring_webp.phpt2 imagecreatefromstring() - WEBP format
11 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.webp'));
H A Dbug41442.phpt16 $res = imagecreatefromstring($str);
22 var_dump(imagecreatefromstring($str2));
28 var_dump(imagecreatefromstring($str2));
H A Dbug75111.phpt17 var_dump(imagecreatefromstring($str));
20 Warning: imagecreatefromstring(): Passed data is not in "BMP" format in %s on line %d
22 Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
H A Dbug66005.phpt16 $png_palette = imagecreatefromstring(base64_decode('iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAgMAAABjUWAiAAA…
19 $png_24 = imagecreatefromstring(base64_decode('iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABnRS…
22 $png_full = imagecreatefromstring(base64_decode('iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAXk…
H A Dimagecreatefromstring_bmp.phpt2 imagecreatefromstring() - BMP format
20 $im = imagecreatefromstring($bmp);
H A Dbug72913.phpt13 $src = imagecreatefromstring(base64_decode($base64));
H A Ddashedlines.phpt5 if (!function_exists('imagecreatefromstring')) die("skip gd extension not available\n");
/PHP-8.0/ext/zip/examples/
H A Dim.php9 $im = imagecreatefromstring($im_string);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h595 ZEND_FUNCTION(imagecreatefromstring);
730 ZEND_FE(imagecreatefromstring, arginfo_imagecreatefromstring)
H A Dgd.stub.php66 function imagecreatefromstring(string $data): GdImage|false {} function
H A Dgd.c1492 PHP_FUNCTION(imagecreatefromstring) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS511 . Fixed bug #71316 (libpng warning from imagecreatefromstring). (cmb)

Completed in 34 milliseconds