Home
last modified time | relevance | path

Searched refs:imagecolordeallocate (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagecolordeallocate_error2.phpt2 Testing imagecolordeallocate() of GD library with no resource
15 $result = imagecolordeallocate('image', $white);
19 Warning: imagecolordeallocate() expects parameter 1 to be resource, %s given %s on line %d
H A Dimagecolordeallocate_error1.phpt2 Testing imagecolordeallocate() of GD library with invalid resource type
18 $result = imagecolordeallocate($resource, $white);
22 Warning: imagecolordeallocate(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagecolordeallocate_error4.phpt2 Testing imagecolordeallocate() of GD library with Out of range intergers (Below)
17 $result = imagecolordeallocate($image, -1.0);
21 Warning: imagecolordeallocate(): Color index -1 out of range in %s on line %d
H A Dimagecolordeallocate_error3.phpt2 Testing imagecolordeallocate() of GD library with Out of range intergers (Above)
17 $result = imagecolordeallocate($image, $totalColors + 100);
21 Warning: imagecolordeallocate(): Color index 101 out of range in %s on line %d
H A Dimagecolordeallocate_basic.phpt2 Testing imagecolordeallocate() of GD library
15 $result = imagecolordeallocate($image, $white);
H A Dimagefttext.phpt36 // imagecolordeallocate($im, $colour_w);
37 // imagecolordeallocate($im, $colour_b);
/PHP-5.5/ext/gd/
H A Dphp_gd.h88 PHP_FUNCTION(imagecolordeallocate);
H A Dgd.c890 PHP_FE(imagecolordeallocate, arginfo_imagecolordeallocate)
2901 PHP_FUNCTION(imagecolordeallocate) in PHP_FUNCTION() argument

Completed in 20 milliseconds