📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 09:37:37
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-imap_1.0.3-2.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-imap_1.0.3-2.el8/tests
🔄 Refresh
✏️
Editing: imap_8bit_basic.phpt
Read Only
--TEST-- Test imap_8bit() function : basic functionality --EXTENSIONS-- imap --FILE-- <?php echo "*** Testing imap_8bit() : basic functionality ***\n"; var_dump(imap_8bit("String with CRLF at end \r\n")); //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20 var_dump(imap_8bit("String with space at end ")); var_dump(imap_8bit("String with tabs \t\t in middle")); var_dump(imap_8bit("String with tab at end \t")); ?> --EXPECT-- *** Testing imap_8bit() : basic functionality *** string(28) "String with CRLF at end=20 " string(25) "String with space at end " string(33) "String with tabs =09=09 in middle" string(26) "String with tab at end =09"
💾 Save Changes
❌ Cancel