📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:15:41
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-xdiff_2.2.0-1.el8
/
tests
✏️
Editing: 016.phpt
--TEST-- xdiff_file_diff_binary() with binary data --SKIPIF-- <?php if (!extension_loaded("xdiff")) print "skip"; ?> --FILE-- <?php xdiff_file_diff_binary(__DIR__ . '/zend.png', __DIR__ . '/php.png', __DIR__ . '/logo.tmp'); $a = file_get_contents(__DIR__ . '/logo.bdiff'); $b = file_get_contents(__DIR__ . '/logo.tmp'); echo strcmp($a, $b); unlink(__DIR__ . '/logo.tmp'); ?> --EXPECT-- 0
💾 Save Changes
❌ Cancel