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 $filemap = array ( 'salt' => 1559000377, 'css' => array ( '96acb0930b..

Decoded Output download

<?php $filemap = array ( 
  'salt' => 1559000377, 
  'css' =>  
  array ( 
    '96acb0930b988c3b14489f6b746d4d24' => 1, 
    '2e542afea802573bcf3f48d7f163d4eb' => 1, 
    'e4ba366e497cdd8f5ad0ff011420aab8' => 1, 
  ), 
  'js' =>  
  array ( 
    '8458a75d1697bc1d3b2e67b218e79e86' => 1, 
    '456543bb5974935dc95d56fcab699fa8' => 1, 
  ), 
); ?>

Did this file decode correctly?

Original Code

<?php $filemap = array (
  'salt' => 1559000377,
  'css' => 
  array (
    '96acb0930b988c3b14489f6b746d4d24' => 1,
    '2e542afea802573bcf3f48d7f163d4eb' => 1,
    'e4ba366e497cdd8f5ad0ff011420aab8' => 1,
  ),
  'js' => 
  array (
    '8458a75d1697bc1d3b2e67b218e79e86' => 1,
    '456543bb5974935dc95d56fcab699fa8' => 1,
  ),
); ?>

Function Calls

None

Variables

$filemap [{'key': 'salt', 'value': 1559000377}, {'key': 'css', 'value': [{'key': '96acb0930b988c3b14489f6b746d4d24', 'value': 1}, {'key': '2e542afea802573bcf3f48d7f163d4eb', 'value': 1}, {'key': 'e4ba366e497cdd8f5ad0ff011420aab8', 'value': 1}]}, {'key': 'js', 'value': [{'key': '8458a75d1697bc1d3b2e67b218e79e86', 'value': 1}, {'key': '456543bb5974935dc95d56fcab699fa8', 'value': 1}]}]

Stats

MD5 0b8e4be61a0d717f1ab9ba909c196ab3
Eval Count 0
Decode Time 109 ms