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 array( 'does_not_exist' => ' .', 'create' => array( 'erro..
Decoded Output download
<?php
return array(
'does_not_exist' => ' .',
'create' => array(
'error' => ' , .',
'success' => ' .'
),
'update' => array(
'error' => ' , ',
'success' => ' .'
),
'delete' => array(
'confirm' => ' ?',
'error' => ' . .',
'success' => ' .'
),
'checkout' => array(
'error' => ' , ',
'success' => ' .',
'user_does_not_exist' => ' . .',
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
),
'checkin' => array(
'error' => ' , ',
'success' => ' .',
'user_does_not_exist' => ' . .'
)
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'does_not_exist' => ' .',
'create' => array(
'error' => ' , .',
'success' => ' .'
),
'update' => array(
'error' => ' , ',
'success' => ' .'
),
'delete' => array(
'confirm' => ' ?',
'error' => ' . .',
'success' => ' .'
),
'checkout' => array(
'error' => ' , ',
'success' => ' .',
'user_does_not_exist' => ' . .',
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
),
'checkin' => array(
'error' => ' , ',
'success' => ' .',
'user_does_not_exist' => ' . .'
)
);
Function Calls
None |
Stats
MD5 | 3135a5dc547a3de49531e56581ded04e |
Eval Count | 0 |
Decode Time | 95 ms |