summaryrefslogtreecommitdiff
path: root/tests/caferrari/imagepalettetotruecolor_error2.phpt
blob: 7a9a9ce5749981927b0dc01b88bf75faf4fbfc61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
imagepalettetotruecollor must return an error if not a resource is given
--CREDITS--
Carlos André Ferrari <caferrari [at] gmail [dot] com>
--SKIPIF--
<?php
    if (!extension_loaded('gd')) die("skip gd extension not available.");
?>
--FILE--
<?php
imagepalettetotruecolor("bla");
?>
--EXPECTF--
Warning: imagepalettetotruecolor() expects parameter 1 to be resource, string given in %s on line %d