📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 23:14: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: 010.phpt
Read Only
--TEST-- xdiff_string_merge3() --SKIPIF-- <?php if (!extension_loaded("xdiff")) print "skip"; ?> --FILE-- <?php $a = file_get_contents(__DIR__ . '/merge1.h'); $b = file_get_contents(__DIR__ . '/merge2.h'); $c = file_get_contents(__DIR__ . '/merge3.h'); $d = file_get_contents(__DIR__ . '/merge4.h'); $e = xdiff_string_merge3($a, $b, $c); echo strcmp($d, $e); ?> --EXPECT-- 0
💾 Save Changes
❌ Cancel