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'                    => ' ',
    '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'                    => ' ',
    'licenses'              => '',
    'name'                  => ' ',
    'notes'                 => '',
    'phone'                 => '',
    'state'                 => '',
    'suppliers'             => '',
    'update'                => ' ',
    'view'                  => '  ',
    'view_assets_for'       => '  ',
    'zip'                   => '',

);

Function Calls

None

Variables

None

Stats

MD5 4428205cd2e3e78b522892a0ec3e02f7
Eval Count 0
Decode Time 126 ms