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 /** * Text shown in error messaging. */ return [ // Permissions 'permissi..

Decoded Output download

<?php
/**
 * Text shown in error messaging.
 */
return [

    // Permissions
    'permission' => '      .',
    'permissionJson' => '      .',

    // Auth
    'error_user_exists_different_creds' => ' :email        .',
    'auth_pre_register_theme_prevention' => '       ',
    'email_already_confirmed' => '    .',
    'email_confirmation_invalid' => '      .   .',
    'email_confirmation_expired' => '  .    .',
    'email_confirmation_awaiting' => '      .',
    'ldap_fail_anonymous' => '   LDAP  .',
    'ldap_fail_authed' => ' dn      LDAP  .',
    'ldap_extension_not_installed' => 'LDAP PHP   .',
    'ldap_cannot_connect' => 'LDAP    ,   ',
    'saml_already_logged_in' => ' .',
    'saml_no_email_address' => '           .',
    'saml_invalid_response_id' => '         .         .',
    'saml_fail_authed' => ':system   ,     ',
    'oidc_already_logged_in' => ' .',
    'oidc_no_email_address' => '           .',
    'oidc_fail_authed' => ':system   ,     ',
    'social_no_action_defined' => '  ',
    'social_login_bad_response' => ":socialAccount     : 
:error",
    'social_account_in_use' => ':socialAccount()   . :socialAccount    .',
    'social_account_email_in_use' => ' :email ()   .       :socialAccount    .',
    'social_account_existing' => ' :socialAccount     .',
    'social_account_already_used_existing' => ' :socialAccount      .',
    'social_account_not_used' => ' :socialAccount      .   . ',
    'social_account_register_instructions' => '    :socialAccount      .',
    'social_driver_not_found' => '    .',
    'social_driver_not_configured' => '  :socialAccount ()   .',
    'invite_token_expired' => '   .      .',
    'login_user_not_found' => '     .',

    // System
    'path_not_writable' => '  :filePath    .    .',
    'cannot_get_image_from_url' => ':url     .',
    'cannot_create_thumbs' => '    . GD PHP    .',
    'server_upload_limit' => '     .      .',
    'server_post_limit' => '      .         .',
    'uploaded'  => '     .      .',

    // Drawing & Images
    'image_upload_error' => '    .',
    'image_upload_type_error' => '     .',
    'image_upload_replace_type' => '      .',
    'image_upload_memory_limit' => '          .',
    'image_thumbnail_memory_limit' => '        .',
    'image_gallery_thumbnail_memory_limit' => '       .',
    'drawing_data_not_found' => '    .               .',

    // Attachments
    'attachment_not_found' => '    .',
    'attachment_upload_error' => '     .',

    // Pages
    'page_draft_autosave_fail' => '  .        .',
    'page_draft_delete_fail' => '        .',
    'page_custom_home_deletion' => '       .',

    // Entities
    'entity_not_found' => ' .',
    'bookshelf_not_found' => '   ',
    'book_not_found' => ' .',
    'page_not_found' => ' .',
    'chapter_not_found' => ' .',
    'selected_book_not_found' => '  .',
    'selected_book_chapter_not_found' => '   .',
    'guests_cannot_save_drafts' => 'Guest     .',

    // Users
    'users_cannot_delete_only_admin' => 'Admin   .',
    'users_cannot_delete_guest' => 'Guest   .',

    // Roles
    'role_cannot_be_edited' => '   .',
    'role_system_cannot_be_deleted' => '    .',
    'role_registration_default_cannot_delete' => '       .',
    'role_cannot_remove_only_admin' => 'Admin       .',

    // Comments
    'comment_list' => '   .',
    'cannot_add_comment_to_draft' => '     .',
    'comment_add' => '   .',
    'comment_delete' => '   .',
    'empty_comment' => '    .',

    // Error pages
    '404_page_not_found' => '404 Not Found',
    'sorry_page_not_found' => '  .',
    'sorry_page_not_found_permission_warning' => '   .',
    'image_not_found' => '   ',
    'image_not_found_subtitle' => '  .',
    'image_not_found_details' => '   .',
    'return_home' => ' ',
    'error_occurred' => ' .',
    'app_down' => ':appName  .',
    'back_soon' => ' .',

    // API errors
    'api_no_authorization_found' => '     .',
    'api_bad_authorization_format' => '      .',
    'api_user_token_not_found' => '   API    .',
    'api_incorrect_token_secret' => 'API     .',
    'api_user_no_api_permission' => 'API   API   .',
    'api_user_token_expired' => '  .',

    // Settings & Maintenance
    'maintenance_test_email_failure' => '    :',

    // HTTP errors
    'http_ssr_url_no_match' => 'URL   SSR   .',
];
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Text shown in error messaging.
 */
return [

    // Permissions
    'permission' => '      .',
    'permissionJson' => '      .',

    // Auth
    'error_user_exists_different_creds' => ' :email        .',
    'auth_pre_register_theme_prevention' => '       ',
    'email_already_confirmed' => '    .',
    'email_confirmation_invalid' => '      .   .',
    'email_confirmation_expired' => '  .    .',
    'email_confirmation_awaiting' => '      .',
    'ldap_fail_anonymous' => '   LDAP  .',
    'ldap_fail_authed' => ' dn      LDAP  .',
    'ldap_extension_not_installed' => 'LDAP PHP   .',
    'ldap_cannot_connect' => 'LDAP    ,   ',
    'saml_already_logged_in' => ' .',
    'saml_no_email_address' => '           .',
    'saml_invalid_response_id' => '         .         .',
    'saml_fail_authed' => ':system   ,     ',
    'oidc_already_logged_in' => ' .',
    'oidc_no_email_address' => '           .',
    'oidc_fail_authed' => ':system   ,     ',
    'social_no_action_defined' => '  ',
    'social_login_bad_response' => ":socialAccount     : \n:error",
    'social_account_in_use' => ':socialAccount()   . :socialAccount    .',
    'social_account_email_in_use' => ' :email ()   .       :socialAccount    .',
    'social_account_existing' => ' :socialAccount     .',
    'social_account_already_used_existing' => ' :socialAccount      .',
    'social_account_not_used' => ' :socialAccount      .   . ',
    'social_account_register_instructions' => '    :socialAccount      .',
    'social_driver_not_found' => '    .',
    'social_driver_not_configured' => '  :socialAccount ()   .',
    'invite_token_expired' => '   .      .',
    'login_user_not_found' => '     .',

    // System
    'path_not_writable' => '  :filePath    .    .',
    'cannot_get_image_from_url' => ':url     .',
    'cannot_create_thumbs' => '    . GD PHP    .',
    'server_upload_limit' => '     .      .',
    'server_post_limit' => '      .         .',
    'uploaded'  => '     .      .',

    // Drawing & Images
    'image_upload_error' => '    .',
    'image_upload_type_error' => '     .',
    'image_upload_replace_type' => '      .',
    'image_upload_memory_limit' => '          .',
    'image_thumbnail_memory_limit' => '        .',
    'image_gallery_thumbnail_memory_limit' => '       .',
    'drawing_data_not_found' => '    .               .',

    // Attachments
    'attachment_not_found' => '    .',
    'attachment_upload_error' => '     .',

    // Pages
    'page_draft_autosave_fail' => '  .        .',
    'page_draft_delete_fail' => '        .',
    'page_custom_home_deletion' => '       .',

    // Entities
    'entity_not_found' => ' .',
    'bookshelf_not_found' => '   ',
    'book_not_found' => ' .',
    'page_not_found' => ' .',
    'chapter_not_found' => ' .',
    'selected_book_not_found' => '  .',
    'selected_book_chapter_not_found' => '   .',
    'guests_cannot_save_drafts' => 'Guest     .',

    // Users
    'users_cannot_delete_only_admin' => 'Admin   .',
    'users_cannot_delete_guest' => 'Guest   .',

    // Roles
    'role_cannot_be_edited' => '   .',
    'role_system_cannot_be_deleted' => '    .',
    'role_registration_default_cannot_delete' => '       .',
    'role_cannot_remove_only_admin' => 'Admin       .',

    // Comments
    'comment_list' => '   .',
    'cannot_add_comment_to_draft' => '     .',
    'comment_add' => '   .',
    'comment_delete' => '   .',
    'empty_comment' => '    .',

    // Error pages
    '404_page_not_found' => '404 Not Found',
    'sorry_page_not_found' => '  .',
    'sorry_page_not_found_permission_warning' => '   .',
    'image_not_found' => '   ',
    'image_not_found_subtitle' => '  .',
    'image_not_found_details' => '   .',
    'return_home' => ' ',
    'error_occurred' => ' .',
    'app_down' => ':appName  .',
    'back_soon' => ' .',

    // API errors
    'api_no_authorization_found' => '     .',
    'api_bad_authorization_format' => '      .',
    'api_user_token_not_found' => '   API    .',
    'api_incorrect_token_secret' => 'API     .',
    'api_user_no_api_permission' => 'API   API   .',
    'api_user_token_expired' => '  .',

    // Settings & Maintenance
    'maintenance_test_email_failure' => '    :',

    // HTTP errors
    'http_ssr_url_no_match' => 'URL   SSR   .',
];

Function Calls

None

Variables

None

Stats

MD5 d2f88670d58e60d27bf5ca403af3e60a
Eval Count 0
Decode Time 85 ms