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 [ 'Accessory_Checkin_Notification' => '', 'Accessory_Checkout_Notif..

Decoded Output download

<?php

return [

    'Accessory_Checkin_Notification' => '',
    'Accessory_Checkout_Notification' => 'Accessory checked out',
    'Asset_Checkin_Notification' => '',
    'Asset_Checkout_Notification' => 'Asset checked out',
    'Confirm_Accessory_Checkin' => '',
    'Confirm_Asset_Checkin' => '',
    'Confirm_accessory_delivery' => '',
    'Confirm_asset_delivery' => '',
    'Confirm_consumable_delivery' => '',
    'Confirm_license_delivery' => '',
    'Consumable_checkout_notification' => 'Consumable checked out',
    'Days' => '',
    'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
    'Expected_Checkin_Notification' => ' :: ',
    'Expected_Checkin_Report' => 'Expected asset checkin report',
    'Expiring_Assets_Report' => '',
    'Expiring_Licenses_Report' => '',
    'Item_Request_Canceled' => '',
    'Item_Requested' => '',
    'License_Checkin_Notification' => '',
    'License_Checkout_Notification' => 'License checked out',
    'Low_Inventory_Report' => '',
    'a_user_canceled' => '',
    'a_user_requested' => '',
    'acceptance_asset_accepted' => 'A user has accepted an item',
    'acceptance_asset_declined' => 'A user has declined an item',
    'accessory_name' => ':',
    'additional_notes' => ':',
    'admin_has_created' => ': web',
    'asset' => ':',
    'asset_name' => ':',
    'asset_requested' => '',
    'asset_tag' => '',
    'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.',
    'assigned_to' => '',
    'best_regards' => ',',
    'canceled' => ':',
    'checkin_date' => ':',
    'checkout_date' => ':',
    'checkedout_from' => 'Checked out from',
    'checkedin_from'  => 'Checked in from',
    'checked_into' => 'Checked into',
    'click_on_the_link_accessory' => '',
    'click_on_the_link_asset' => '',
    'click_to_confirm' => ': :',
    'current_QTY' => 'QTY ',
    'days' => '',
    'expecting_checkin_date' => ':',
    'expires' => '',
    'hello' => '',
    'hi' => '',
    'i_have_read' => '',
    'inventory_report' => 'Inventory Report',
    'item' => ':',
    'license_expiring_alert' => ': : |: : ',
    'link_to_update_password' => ': :',
    'login' => ':',
    'login_first_admin' => ' Snipe-IT :',
    'low_inventory_alert' => ':   |: ',
    'min_QTY' => 'Min QTY',
    'name' => '',
    'new_item_checked' => '',
    'notes' => '',
    'password' => ':',
    'password_reset' => '',
    'read_the_terms' => '',
    'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read and agree to the terms of use, and have received the asset.',
    'requested' => ':',
    'reset_link' => '',
    'reset_password' => ':',
    'rights_reserved' => 'All rights reserved.',
    'serial' => '',
    'snipe_webhook_test' => 'Snipe-IT Integration Test',
    'snipe_webhook_summary' => 'Snipe-IT Integration Test Summary',
    'supplier' => '',
    'tag' => '',
    'test_email' => ' Snipe-IT',
    'test_mail_text' => ' Snipe-IT Asset Management System  :)',
    'the_following_item' => ':',
    'to_reset' => ':',
    'type' => '',
    'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
    'user' => '',
    'username' => '',
    'welcome' => ': ',
    'welcome_to' => ': web!',
    'your_assets' => '',
    'your_credentials' => ' Snipe-IT ',
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'Accessory_Checkin_Notification' => '',
    'Accessory_Checkout_Notification' => 'Accessory checked out',
    'Asset_Checkin_Notification' => '',
    'Asset_Checkout_Notification' => 'Asset checked out',
    'Confirm_Accessory_Checkin' => '',
    'Confirm_Asset_Checkin' => '',
    'Confirm_accessory_delivery' => '',
    'Confirm_asset_delivery' => '',
    'Confirm_consumable_delivery' => '',
    'Confirm_license_delivery' => '',
    'Consumable_checkout_notification' => 'Consumable checked out',
    'Days' => '',
    'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
    'Expected_Checkin_Notification' => ' :: ',
    'Expected_Checkin_Report' => 'Expected asset checkin report',
    'Expiring_Assets_Report' => '',
    'Expiring_Licenses_Report' => '',
    'Item_Request_Canceled' => '',
    'Item_Requested' => '',
    'License_Checkin_Notification' => '',
    'License_Checkout_Notification' => 'License checked out',
    'Low_Inventory_Report' => '',
    'a_user_canceled' => '',
    'a_user_requested' => '',
    'acceptance_asset_accepted' => 'A user has accepted an item',
    'acceptance_asset_declined' => 'A user has declined an item',
    'accessory_name' => ':',
    'additional_notes' => ':',
    'admin_has_created' => ': web',
    'asset' => ':',
    'asset_name' => ':',
    'asset_requested' => '',
    'asset_tag' => '',
    'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.',
    'assigned_to' => '',
    'best_regards' => ',',
    'canceled' => ':',
    'checkin_date' => ':',
    'checkout_date' => ':',
    'checkedout_from' => 'Checked out from',
    'checkedin_from'  => 'Checked in from',
    'checked_into' => 'Checked into',
    'click_on_the_link_accessory' => '',
    'click_on_the_link_asset' => '',
    'click_to_confirm' => ': :',
    'current_QTY' => 'QTY ',
    'days' => '',
    'expecting_checkin_date' => ':',
    'expires' => '',
    'hello' => '',
    'hi' => '',
    'i_have_read' => '',
    'inventory_report' => 'Inventory Report',
    'item' => ':',
    'license_expiring_alert' => ': : |: : ',
    'link_to_update_password' => ': :',
    'login' => ':',
    'login_first_admin' => ' Snipe-IT :',
    'low_inventory_alert' => ':   |: ',
    'min_QTY' => 'Min QTY',
    'name' => '',
    'new_item_checked' => '',
    'notes' => '',
    'password' => ':',
    'password_reset' => '',
    'read_the_terms' => '',
    'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read and agree to the terms of use, and have received the asset.',
    'requested' => ':',
    'reset_link' => '',
    'reset_password' => ':',
    'rights_reserved' => 'All rights reserved.',
    'serial' => '',
    'snipe_webhook_test' => 'Snipe-IT Integration Test',
    'snipe_webhook_summary' => 'Snipe-IT Integration Test Summary',
    'supplier' => '',
    'tag' => '',
    'test_email' => ' Snipe-IT',
    'test_mail_text' => ' Snipe-IT Asset Management System  :)',
    'the_following_item' => ':',
    'to_reset' => ':',
    'type' => '',
    'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
    'user' => '',
    'username' => '',
    'welcome' => ': ',
    'welcome_to' => ': web!',
    'your_assets' => '',
    'your_credentials' => ' Snipe-IT ',
];

Function Calls

None

Variables

None

Stats

MD5 249eb4dbc5ce0738d93e2732675676ea
Eval Count 0
Decode Time 85 ms