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 [ 'address' => 'attribute : .', 'alpha-nu..
Decoded Output download
<?php
return [
'address' => 'attribute : .',
'alpha-numeric-space' => 'attribute : .',
'code' => 'attribute : .',
'decimal' => 'attribute : .',
'phone-number' => 'attribute : .',
'slug' => 'attribute : .',
'comma-separated-integer' => ' :attribute .',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'address' => 'attribute : .',
'alpha-numeric-space' => 'attribute : .',
'code' => 'attribute : .',
'decimal' => 'attribute : .',
'phone-number' => 'attribute : .',
'slug' => 'attribute : .',
'comma-separated-integer' => ' :attribute .',
];
Function Calls
None |
Stats
MD5 | 2b94929c8570af99518dc07df9bf33cc |
Eval Count | 0 |
Decode Time | 109 ms |