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( 'deleted' => 'Deleted asset model', 'does_not_exist' => ' ...

Decoded Output download

<?php

return array(

    'deleted' => 'Deleted asset model',
    'does_not_exist' => '  .',
    'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
    'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
    'assoc_users'	 => '           .  ,     .',


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

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

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

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

    'bulkedit' => array(
        'error'   		=> '      .',
        'success' 		=> 'Model successfully updated. |:model_count models successfully updated.',
        'warn'          => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',

    ),

    'bulkdelete' => array(
        'error'   		    => '       .',
        'success' 		    => 'Model deleted!|:success_count models deleted!',
        'success_partial' 	=> ':success_count     :fail_count         .'
    ),

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'deleted' => 'Deleted asset model',
    'does_not_exist' => '  .',
    'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
    'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
    'assoc_users'	 => '           .  ,     .',


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

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

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

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

    'bulkedit' => array(
        'error'   		=> '      .',
        'success' 		=> 'Model successfully updated. |:model_count models successfully updated.',
        'warn'          => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',

    ),

    'bulkdelete' => array(
        'error'   		    => '       .',
        'success' 		    => 'Model deleted!|:success_count models deleted!',
        'success_partial' 	=> ':success_count     :fail_count         .'
    ),

);

Function Calls

None

Variables

None

Stats

MD5 4cd6862493f4271653fa4f527752a8d1
Eval Count 0
Decode Time 299 ms