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_modifier_intval( $text, $arg ) { $val = intval( trim( $text ) );..

Decoded Output download

<?php
function smarty_modifier_intval( $text, $arg ) {
    $val = intval( trim( $text ) );
    if (! $val ) $val = 0;
    return $val;
}
?>

Did this file decode correctly?

Original Code

<?php
function smarty_modifier_intval( $text, $arg ) {
    $val = intval( trim( $text ) );
    if (! $val ) $val = 0;
    return $val;
}
?>

Function Calls

None

Variables

None

Stats

MD5 c5dff2586475acbb50387a85bc3b0746
Eval Count 0
Decode Time 84 ms