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( 'field' => array( 'invalid' => ' .', 'alread..

Decoded Output download

<?php

return array(

    'field' => array(
        'invalid'   => '   .',
        'already_added'   => '  ',

        'create' => array(
            'error'   => '   ,   .',
            'success' => '  .',
            'assoc_success' => '    .'
        ),

        'update' => array(
            'error'   => '   ,   ',
            'success' => '  .'
        ),

        'delete' => array(
            'confirm'   	=> ' ,     ?',
            'error'   => '    .   .',
            'success' => '   .',
            'in_use'   => '  .',
        )

    ),

    'fieldset' => array(

        'does_not_exist' => '   ',

        'create' => array(
            'error'   => '    ,   .',
            'success' => '   .'
        ),

        'update' => array(
            'error'   => '    ,   ',
            'success' => '   .'
        ),

        'delete' => array(
            'confirm'   	=> ' ,      ?',
            'error'   => '     .   .',
            'success' => '    .',
            'in_use'   => '    .',
        )

    ),

    'fieldset_default_value' => array(

        'error' => '     .',

    ),






);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'field' => array(
        'invalid'   => '   .',
        'already_added'   => '  ',

        'create' => array(
            'error'   => '   ,   .',
            'success' => '  .',
            'assoc_success' => '    .'
        ),

        'update' => array(
            'error'   => '   ,   ',
            'success' => '  .'
        ),

        'delete' => array(
            'confirm'   	=> ' ,     ?',
            'error'   => '    .   .',
            'success' => '   .',
            'in_use'   => '  .',
        )

    ),

    'fieldset' => array(

        'does_not_exist' => '   ',

        'create' => array(
            'error'   => '    ,   .',
            'success' => '   .'
        ),

        'update' => array(
            'error'   => '    ,   ',
            'success' => '   .'
        ),

        'delete' => array(
            'confirm'   	=> ' ,      ?',
            'error'   => '     .   .',
            'success' => '    .',
            'in_use'   => '    .',
        )

    ),

    'fieldset_default_value' => array(

        'error' => '     .',

    ),






);

Function Calls

None

Variables

None

Stats

MD5 01f9d0add968ea649e0a3a23017289ac
Eval Count 0
Decode Time 99 ms