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( 'assigned_to' => '', 'checkout' => ' ', 'deleted_..

Decoded Output download

<?php

return array(

    'assigned_to'   	=> '',
    'checkout'   		=> ' ',
    'deleted_at'        => 'Deleted at',
    'id'      			=> '',
    'license_email'   	=> ' ',
    'license_name'   	=> ' ',
    'purchase_date'   	=> ' ',
    'purchased'   		=> '',
    'seats'   			=> '',
    'hardware'   		=> '',
    'serial'   			=> '',
    'title'      		=> '',

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'assigned_to'   	=> '',
    'checkout'   		=> ' ',
    'deleted_at'        => 'Deleted at',
    'id'      			=> '',
    'license_email'   	=> ' ',
    'license_name'   	=> ' ',
    'purchase_date'   	=> ' ',
    'purchased'   		=> '',
    'seats'   			=> '',
    'hardware'   		=> '',
    'serial'   			=> '',
    'title'      		=> '',

);

Function Calls

None

Variables

None

Stats

MD5 04a4d1c455c7995431a73691d7d8ac32
Eval Count 0
Decode Time 80 ms