Annotation of embedaddon/php/ext/gd/tests/imagecopymerge_error.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Testing wrong parameter passing imagecopymerge() of GD library
        !             3: --CREDITS--
        !             4: Cleston Viel Vieira de Sousa <cleston [dot] vs [at] gmail [dot] com>
        !             5: #testfest PHPSP on 2009-06-20
        !             6: --SKIPIF--
        !             7: <?php 
        !             8: if (!extension_loaded("gd")) die("skip GD not present");
        !             9: ?>
        !            10: --FILE--
        !            11: <?php
        !            12: 
        !            13: imagecopymerge();
        !            14: 
        !            15: ?>
        !            16: --EXPECTF--
        !            17: Warning: imagecopymerge() expects exactly 9 parameters, 0 given in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>