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'                    => ':attribute deve essere valido.',
    'decimal'                 => ':attribute deve essere valido.',
    'phone-number'            => 'The :attribute must be valid phone number.',
    'slug'                    => ':attribute deve essere uno slug valido.',
    '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'                    => ':attribute deve essere valido.',
    'decimal'                 => ':attribute deve essere valido.',
    'phone-number'            => 'The :attribute must be valid phone number.',
    'slug'                    => ':attribute deve essere uno slug valido.',
    'comma-separated-integer' => 'The :attribute field must be numeric and may contain comma.',
];

Function Calls

None

Variables

None

Stats

MD5 a671a1e34a6c3c50d01123505fdc5e47
Eval Count 0
Decode Time 102 ms