--TEST-- Gmagick::setImagePage test --SKIPIF-- --FILE-- setImagePage(10,10,10,10); $result = $image->getImagePage(); if (($result['width'] === 10) && ($result['height'] === 10) && ($result['x'] === 10) && ($result['y'] === 10)) { echo "ok"; } ?> --EXPECTF-- ok