Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-8.1.30-202410171003
/
share
/
test
/
imagick
/
tests
/
//opt/php-8.1.30-202410171003/share/test/imagick/tests/bug81235.phpt
--TEST-- Bug #81235 (Imagick::newPseudoImage gives open_basedir restriction error) --SKIPIF-- <?php require_once(__DIR__ . '/skipif.inc'); ?> --FILE-- <?php ini_set('open_basedir', __DIR__); $imagick = new \Imagick(); $imagick->newPseudoImage(10, 10, "canvas:white"); ?> --EXPECT--