Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
php-8.2.13-202312181106
/
share
/
test
/
imagick
/
tests
/
//proc/self/root/opt/php-8.2.13-202312181106/share/test/imagick/tests/290_imagick_profileimage.phpt
--TEST-- Imagick::profileImage test --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $imagick = new Imagick(); $imagick->newPseudoImage(640, 480, "magick:logo"); $imagick->profileImage('*', null); echo "Ok"; ?> --EXPECTF-- Ok