Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php return [ 'regex' => [ '/`Save \$\{([a-zA-Z]+)\}`/s' => '`${$1}`', ..
Decoded Output download
<?php
return [
'regex' => [
'/`Save \$\{([a-zA-Z]+)\}`/s' => '`${$1}`',
'/`Monitor \$\{([a-zA-Z]+)\}`/s' => '`${$1}`',
'/`Document \$\{([a-zA-Z]+)\}`/s' => '`${$1}`',
'/`Mock \$\{([a-zA-Z]+)\}`/s' => '`${$1}`',
],
[
'______' => '______',
'______' => '______',
],
[
"______" => "______",
"______" => "______",
"______" => "______",
],
[
'______' => '______',
'______' => '______',
'______' => '______',
],
[
"______" => "______",
"______" => "______",
"______" => "______",
],
[
'"Save Responses"' => '""',
'"Export"' => '""',
'"Delete"' => '""',
'"Refresh"' => '""',
'"Only team members can view history of this workspace"' => '""',
'"Any request you send in this workspace will appear here."' => '"."',
'"Save Request"' => '""',
'"Monitor Request"' => '""',
'"Document Request"' => '""',
'"Mock Request"' => '""',
'"Retry"' => '""',
'"Something went wrong while trying to load history items. Check your internet and try again."' => '". ,."',
'"Clear all"' => '""',
"'______'" => "'______'",
"'______'" => "'______'",
"'______'" => "'______'",
],
[
'"You need to be online to clear history."' => '"."',
'"Unable to load items."' => '"."',
'"You haven\'t sent any requests."' => '"."',
'"You don\'t have permission to view history"' => '""',
'"items selected"' => '""',
'"Couldn\'t load history"' => '""',
'"You do not have permissions required to perform the action."' => '"."',
'"You do not have permissions to delete history."' => '"."',
'"You do not have permissions to delete collection runs."' => '"."',
'"Could not delete history"' => '""',
'"You dont have permission to take this action."' => '"."',
'"Not available to collection run items"' => '""',
'"You can only export collection runs"' => '""',
'"Request"' => '""',
'"Requests"' => '""',
'"Delete request"' => '""',
'"Delete items"' => '""',
'"Add request to Collection"' => '""',
'"Add requests to Collection"' => '""',
'"Show me how"' => '""',
'"Delete collection run"' => '""',
'"Delete history"' => '""',
'"When turned off, the response headers and body won\'t be saved, though the response code, time, size, and language will be saved for reporting purposes."' => '", , ."',
'"You don\'t have permission to view history in this workspace"' => '""',
'"Could not update workspace settings"' => '""',
'"______"' => '"______"',
'"______"' => '"______"',
'"______"' => '"______"',
]
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'regex' => [
'/`Save \$\{([a-zA-Z]+)\}`/s' => '`${$1}`',
'/`Monitor \$\{([a-zA-Z]+)\}`/s' => '`${$1}`',
'/`Document \$\{([a-zA-Z]+)\}`/s' => '`${$1}`',
'/`Mock \$\{([a-zA-Z]+)\}`/s' => '`${$1}`',
],
[
'______' => '______',
'______' => '______',
],
[
"______" => "______",
"______" => "______",
"______" => "______",
],
[
'______' => '______',
'______' => '______',
'______' => '______',
],
[
"______" => "______",
"______" => "______",
"______" => "______",
],
[
'"Save Responses"' => '""',
'"Export"' => '""',
'"Delete"' => '""',
'"Refresh"' => '""',
'"Only team members can view history of this workspace"' => '""',
'"Any request you send in this workspace will appear here."' => '"."',
'"Save Request"' => '""',
'"Monitor Request"' => '""',
'"Document Request"' => '""',
'"Mock Request"' => '""',
'"Retry"' => '""',
'"Something went wrong while trying to load history items. Check your internet and try again."' => '". ,."',
'"Clear all"' => '""',
"'______'" => "'______'",
"'______'" => "'______'",
"'______'" => "'______'",
],
[
'"You need to be online to clear history."' => '"."',
'"Unable to load items."' => '"."',
'"You haven\'t sent any requests."' => '"."',
'"You don\'t have permission to view history"' => '""',
'"items selected"' => '""',
'"Couldn\'t load history"' => '""',
'"You do not have permissions required to perform the action."' => '"."',
'"You do not have permissions to delete history."' => '"."',
'"You do not have permissions to delete collection runs."' => '"."',
'"Could not delete history"' => '""',
'"You dont have permission to take this action."' => '"."',
'"Not available to collection run items"' => '""',
'"You can only export collection runs"' => '""',
'"Request"' => '""',
'"Requests"' => '""',
'"Delete request"' => '""',
'"Delete items"' => '""',
'"Add request to Collection"' => '""',
'"Add requests to Collection"' => '""',
'"Show me how"' => '""',
'"Delete collection run"' => '""',
'"Delete history"' => '""',
'"When turned off, the response headers and body won\'t be saved, though the response code, time, size, and language will be saved for reporting purposes."' => '", , ."',
'"You don\'t have permission to view history in this workspace"' => '""',
'"Could not update workspace settings"' => '""',
'"______"' => '"______"',
'"______"' => '"______"',
'"______"' => '"______"',
]
];
Function Calls
None |
Stats
MD5 | 7e5362a75be1c07088b7634c3f54132b |
Eval Count | 0 |
Decode Time | 117 ms |