uawdijnntqw1x1x1
IP : 18.226.187.198
Hostname : server86.web-hosting.com
Kernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
.
/
..
/
home4
/
..
/
opt
/
alt
/
ruby26
/
..
/
tests
/
alt-php81-pecl-imagick_3.7.0-6.el8
/
tests
/
004_clone.phpt
/
/
--TEST-- Testing clone keyword --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php print "--- Testing clone keyword\n"; try { $im = new Imagick(); $im->newImage(100, 100, new ImagickPixel("white")); $new = clone $im; if ($new->getImageWidth() == 100 && $new->getImageHeight() == 100) { echo "Cloning succeeded\n"; } else { echo "Cloning failed\n"; } } catch (Exception $e) { echo "Cloning failed\n"; } ?> --EXPECTF-- --- Testing clone keyword Cloning succeeded
/home/./../home4/../opt/alt/ruby26/../tests/alt-php81-pecl-imagick_3.7.0-6.el8/tests/004_clone.phpt