Home
last modified time | relevance | path

Searched refs:im_string (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/zip/examples/
H A Dim.php8 $im_string = $z->getFromName("pear_item.gif"); variable
9 $im = imagecreatefromstring($im_string);
/php-src/ext/gd/tests/
H A Dcreatefromstring.phpt18 $im_string = file_get_contents(__DIR__ . '/tc.png');
19 $im = imagecreatefromstring($im_string);
38 $im_string = file_get_contents(__DIR__ . '/p.png');
39 $im = imagecreatefromstring($im_string);

Completed in 6 milliseconds