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