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