Home
last modified time | relevance | path

Searched refs:imagecreate (Results 76 – 85 of 85) sorted by relevance

1234

/PHP-8.2/ext/gd/tests/
H A Dbug19366.phpt10 $ImHandle = imagecreate($width,$height);
H A Dbug43073.phpt32 $g = imagecreate(800, 800);
H A Dbug43475.phpt35 $im = imagecreate(800, 800);
H A Dbug65148.phpt32 $img = imagecreate(40, 20);
H A Dcreatefromstring.phpt31 $im = imagecreate(5,5);
H A Dimagecolorallocate_variation6.phpt32 $im_palette = imagecreate(200, 200);
H A Dbug53504.phpt14 $g = imagecreate(800, 800);
/PHP-8.2/ext/gd/
H A Dgd_arginfo.h608 ZEND_FUNCTION(imagecreate);
749 ZEND_FE(imagecreate, arginfo_imagecreate)
H A Dgd.stub.php542 function imagecreate(int $width, int $height): GdImage|false {} function
H A Dgd.c1248 PHP_FUNCTION(imagecreate) in PHP_FUNCTION() argument

Completed in 32 milliseconds

1234