<?php

// ruleid: wp-file-download-audit
$json = file_get_contents( 'php://input' );

// ruleid: wp-file-download-audit
readfile($zip_name);

// ruleid: wp-file-download-audit
$localeFunctions = file($functionNamesFile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);

// ok: wp-file-download-audit
some_other_function($args);


?>
