📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 11:14:27
📂
/
/
opt
/
alt
/
tests
/
alt-php82-pecl-xdiff_2.2.0-1.el8
/
tests
✏️
Editing: 009.phpt
--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