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 [ 'additional_fields'=> 'Additional Fields', 'category' => '..

Decoded Output download

<?php

return [
    'additional_fields'=> 'Additional Fields',
    'category'         => 'Post Category',
    'content'          => 'Post Content',
    'details'          => 'Post Details',
    'excerpt'          => 'Excerpt <small>Small description of this post</small>',
    'image'            => 'Post Image',
    'meta_description' => 'Meta Description',
    'meta_keywords'    => 'Meta Keywords',
    'new'              => 'Create New Post',
    'seo_content'      => 'SEO Content',
    'seo_title'        => 'SEO Title',
    'slug'             => 'URL slug',
    'status'           => 'Post Status',
    'status_draft'     => 'draft',
    'status_pending'   => 'pending',
    'status_published' => 'published',
    'title'            => 'Post Title',
    'title_sub'        => 'The title for your post',
    'update'           => 'Update Post',
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'additional_fields'=> 'Additional Fields',
    'category'         => 'Post Category',
    'content'          => 'Post Content',
    'details'          => 'Post Details',
    'excerpt'          => 'Excerpt <small>Small description of this post</small>',
    'image'            => 'Post Image',
    'meta_description' => 'Meta Description',
    'meta_keywords'    => 'Meta Keywords',
    'new'              => 'Create New Post',
    'seo_content'      => 'SEO Content',
    'seo_title'        => 'SEO Title',
    'slug'             => 'URL slug',
    'status'           => 'Post Status',
    'status_draft'     => 'draft',
    'status_pending'   => 'pending',
    'status_published' => 'published',
    'title'            => 'Post Title',
    'title_sub'        => 'The title for your post',
    'update'           => 'Update Post',
];

Function Calls

None

Variables

None

Stats

MD5 8e74aa125d4b93b67c46c50d0baac782
Eval Count 0
Decode Time 97 ms