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' => ' .', 'assoc_users' => ' \' ..

Decoded Output download

<?php

return array(

    'does_not_exist' => '  .',
    'assoc_users'	 => '  \'          .   ,       \'      . ',
    'assoc_assets'	 => '     \'         .  ,   ,          . ',
    'assoc_child_loc'	 => '            .  ,   ,          . ',
    'assigned_assets' => ' ',
    'current_location' => ' ',


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

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

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

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'does_not_exist' => '  .',
    'assoc_users'	 => '  \'          .   ,       \'      . ',
    'assoc_assets'	 => '     \'         .  ,   ,          . ',
    'assoc_child_loc'	 => '            .  ,   ,          . ',
    'assigned_assets' => ' ',
    'current_location' => ' ',


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

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

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

);

Function Calls

None

Variables

None

Stats

MD5 53ba720f0927678dde7dd51772865f5c
Eval Count 0
Decode Time 86 ms