📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 18:26:25
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-xdiff_2.2.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-xdiff_2.2.0-1.el8/tests
🔄 Refresh
✏️
Editing: 026.phpt
Read Only
--TEST-- xdiff_file_diff() with context = 1 --SKIPIF-- <?php if (!extension_loaded("xdiff")) print "skip"; ?> --FILE-- <?php xdiff_file_diff(__DIR__ . '/lorem1.txt', __DIR__ . '/lorem2.txt', __DIR__ . '/lorem.tmp', 1); echo strcmp(file_get_contents(__DIR__ . '/context1.patch'), file_get_contents(__DIR__ . '/lorem.tmp')); unlink(__DIR__ . '/lorem.tmp'); ?> --EXPECT-- 0
💾 Save Changes
❌ Cancel