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( 'about_suppliers_title' => ' ', 'about_suppliers_text' => ..

Decoded Output download

<?php

return array(
    'about_suppliers_title' => '   ',
    'about_suppliers_text'  => '         ',
    'address'               => ' ',
    'assets'                => '',
    'city'                  => '',
    'contact'               => ' ',
    'country'               => '',
    'create'                => ' ',
    'email'                 => ' ',
    'fax'                   => '',
    'id'                    => 'ID',
    'licenses'              => '',
    'name'                  => ' ',
    'notes'                 => '',
    'phone'                 => '',
    'state'                 => '',
    'suppliers'             => '',
    'update'                => ' ',
    'view'                  => ' ',
    'view_assets_for'       => '  ',
    'zip'                   => ' ',

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
    'about_suppliers_title' => '   ',
    'about_suppliers_text'  => '         ',
    'address'               => ' ',
    'assets'                => '',
    'city'                  => '',
    'contact'               => ' ',
    'country'               => '',
    'create'                => ' ',
    'email'                 => ' ',
    'fax'                   => '',
    'id'                    => 'ID',
    'licenses'              => '',
    'name'                  => ' ',
    'notes'                 => '',
    'phone'                 => '',
    'state'                 => '',
    'suppliers'             => '',
    'update'                => ' ',
    'view'                  => ' ',
    'view_assets_for'       => '  ',
    'zip'                   => ' ',

);

Function Calls

None

Variables

None

Stats

MD5 818afa8831613b08d662909d2120d62d
Eval Count 0
Decode Time 93 ms