📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 18:46:06
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-vips_1.0.13-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-vips_1.0.13-1.el8/tests
🔄 Refresh
✏️
Editing: 011.phpt
Read Only
--TEST-- typeof works --SKIPIF-- <?php if (!extension_loaded("vips")) print "skip"; ?> --FILE-- <?php $filename = dirname(__FILE__) . "/images/img_0076.jpg"; $image = vips_image_new_from_file($filename)["out"]; $profile_type = vips_image_get_typeof($image, "icc-profile-data"); $exif_type = vips_image_get_typeof($image, "exif-data"); if ($profile_type == 0 && $exif_type != 0) { echo "pass"; } ?> --EXPECT-- pass
💾 Save Changes
❌ Cancel