📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:37:59
📂
/
/
opt
/
alt
/
tests
/
alt-php82-pecl-xdiff_2.2.0-1.el8
/
tests
✏️
Editing: 027.phpt
--TEST-- xdiff_file_diff() with context = 5 --SKIPIF-- <?php if (!extension_loaded("xdiff")) print "skip"; ?> --FILE-- <?php xdiff_file_diff(__DIR__ . '/lorem1.txt', __DIR__ . '/lorem2.txt', __DIR__ . '/lorem.tmp', 5); echo strcmp(file_get_contents(__DIR__ . '/context5.patch'), file_get_contents(__DIR__ . '/lorem.tmp')); unlink(__DIR__ . '/lorem.tmp'); ?> --EXPECT-- 0
💾 Save Changes
❌ Cancel