📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 13:38:40
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-igbinary_3.2.15-1.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-igbinary_3.2.15-1.el8/tests
🔄 Refresh
✏️
Editing: igbinary_029.phpt
Read Only
--TEST-- Igbinary module info --SKIPIF-- <?php if (!extension_loaded("igbinary")) print "skip"; ?> --FILE-- <?php ob_start(); phpinfo(INFO_MODULES); $str = ob_get_clean(); $array = explode("\n", $str); $array = preg_grep('/^igbinary/', $array); echo implode("\n", $array); --EXPECTF-- igbinary igbinary support => enabled igbinary version => %s igbinary AP%s serializer ABI => %s igbinary session support => %s igbinary.compact_strings => %s => %s
💾 Save Changes
❌ Cancel