📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 20:58:12
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-xdiff_2.2.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-xdiff_2.2.0-1.el8/tests
🔄 Refresh
✏️
Editing: 009.phpt
Read Only
--TEST-- xdiff_file_patch_binary() --SKIPIF-- <?php if (!extension_loaded("xdiff")) print "skip"; ?> --FILE-- <?php xdiff_file_patch_binary(__DIR__ . '/file.1', __DIR__ . '/file.bdiff', __DIR__ . '/file.p'); $a = file_get_contents(__DIR__ . '/file.2'); $b = file_get_contents(__DIR__ . '/file.p'); echo strcmp($a, $b); unlink(__DIR__ . '/file.p'); ?> --EXPECT-- 0
💾 Save Changes
❌ Cancel