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' => 'The :attribute can only accept alpha, nu..
Decoded Output download
<?php
return [
'address' => 'The :attribute can only accept alpha, numeric, spaces, comma and dashes.',
'alpha-numeric-space' => 'The :attribute can only accept alpha, numeric and spaces.',
'code' => 'The :attribute must be valid.',
'decimal' => 'The :attribute must be valid.',
'phone-number' => 'The :attribute must be valid phone number.',
'slug' => 'The :attribute must be valid slug.',
'comma-separated-integer' => 'The :attribute field must be numeric and may contain comma.',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'address' => 'The :attribute can only accept alpha, numeric, spaces, comma and dashes.',
'alpha-numeric-space' => 'The :attribute can only accept alpha, numeric and spaces.',
'code' => 'The :attribute must be valid.',
'decimal' => 'The :attribute must be valid.',
'phone-number' => 'The :attribute must be valid phone number.',
'slug' => 'The :attribute must be valid slug.',
'comma-separated-integer' => 'The :attribute field must be numeric and may contain comma.',
];
Function Calls
| None |
Stats
| MD5 | 39df7379e93d05b522dab7d07a726d36 |
| Eval Count | 0 |
| Decode Time | 83 ms |