Gestionnaire de fichiers - Editer - /opt/cpanel/ea-php72/root/usr/share/tests/pecl/imagick/tests/011_polygon.phpt
Arrière
--TEST-- Test polygon method arguments --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $im = new Imagick(); $draw = new ImagickDraw(); try { $draw->polygon(array( array('x' => 1, 'y' => 2), array('x' => 'hello', 'y' => array()) )); echo "pass\n"; } catch (Exception $e) { echo "fail\n"; } try { $draw->polygon(array(array())); echo "fail\n"; } catch (ImagickDrawException $e) { echo "pass\n"; } ?> --EXPECTF-- pass pass
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 4.04 |
proxy
|
phpinfo
|
Réglages