Searched refs:imagecreatefromstring (Results 1 – 15 of 15) sorted by relevance
2 imagecreatefromstring19 $im = imagecreatefromstring($im_string);39 $im = imagecreatefromstring($im_string);56 imagecreatefromstring('');61 $im = imagecreatefromstring(' asdf jklp foo');67 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d69 Warning: imagecreatefromstring(): Data is not in a recognized format in %s on line %d
2 imagecreatefromstring() - GIF format12 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
2 imagecreatefromstring() - WEBP format12 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.webp'));
2 imagecreatefromstring() - PNG format12 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
19 $res = imagecreatefromstring($str);25 var_dump(imagecreatefromstring($str2));31 var_dump(imagecreatefromstring($str2));
2 imagecreatefromstring() - AVIF format14 …$im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring_major_brand.avif')…19 …$im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring_compatible_brand.a…
15 var_dump(imagecreatefromstring($str));18 Warning: imagecreatefromstring(): Passed data is not in "BMP" format in %s on line %d20 Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
7 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
14 $png_palette = imagecreatefromstring(base64_decode('iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAgMAAABjUWAiAAA…17 $png_24 = imagecreatefromstring(base64_decode('iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAABnRS…20 $png_full = imagecreatefromstring(base64_decode('iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAXk…
2 imagecreatefromstring() - BMP format21 $im = imagecreatefromstring($bmp);
11 $src = imagecreatefromstring(base64_decode($base64));
9 $im = imagecreatefromstring($im_string);
609 ZEND_FUNCTION(imagecreatefromstring);750 ZEND_FE(imagecreatefromstring, arginfo_imagecreatefromstring)
547 function imagecreatefromstring(string $data): GdImage|false {} function
1413 PHP_FUNCTION(imagecreatefromstring) in PHP_FUNCTION() argument
Completed in 29 milliseconds