🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-10 06:56:01 | PHP 8.2.33
📂
/ (Root)
/
opt
/
cpanel
/
ea-php81
/
root
/
usr
/
share
/
tests
/
pecl
/
imagick
/
tests
📍 /opt/cpanel/ea-php81/root/usr/share/tests/pecl/imagick/tests
🔄 Refresh
✏️
Editing: 011_polygon.phpt
Read Only
--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
💾 Save Changes
❌ Cancel