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 if (!function_exists($func = 'newrelic_ignore_transaction')) { echo sprintf('FA..

Decoded Output download

<?php

if (!function_exists($func = 'newrelic_ignore_transaction')) {
    echo sprintf('FAIL: Function "%s" does not exist.', $func).PHP_EOL;
    exit(1);
}

exit(0);
 ?>

Did this file decode correctly?

Original Code

<?php

if (!function_exists($func = 'newrelic_ignore_transaction')) {
    echo sprintf('FAIL: Function "%s" does not exist.', $func).PHP_EOL;
    exit(1);
}

exit(0);

Function Calls

sprintf 1
function_exists 1

Variables

$func newrelic_ignore_transaction

Stats

MD5 c7ae8bebf0920efd351bbb56b3b38db0
Eval Count 0
Decode Time 102 ms