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 function smarty_function_mtentrystatusint ( $args, &$ctx ) { $entry = $ctx->stas..

Decoded Output download

<?php
function smarty_function_mtentrystatusint ( $args, &$ctx ) {
    $entry = $ctx->stash( 'entry' );
    return $entry->entry_status;
}
?>

Did this file decode correctly?

Original Code

<?php
function smarty_function_mtentrystatusint ( $args, &$ctx ) {
    $entry = $ctx->stash( 'entry' );
    return $entry->entry_status;
}
?>

Function Calls

None

Variables

None

Stats

MD5 9196f160b3172c9b4c09ae4ecefea9df
Eval Count 0
Decode Time 100 ms