📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 14:35:39
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-vips_1.0.13-1.el8
/
tests
✏️
Editing: 007.phpt
--TEST-- new_from_file supports optional args --SKIPIF-- <?php if (!extension_loaded("vips")) print "skip"; ?> --FILE-- <?php $filename = dirname(__FILE__) . "/images/img_0076.jpg"; $image = vips_image_new_from_file($filename, ["shrink" => 8])["out"]; $width = vips_image_get($image, "width")["out"]; if ($width == 200) { echo "pass"; } ?> --EXPECT-- pass
💾 Save Changes
❌ Cancel