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($function = "OpenTelemetry\Instrumentation\hook")) { echo ..
Decoded Output download
<?php
if (!function_exists($function = "OpenTelemetry\Instrumentation\hook")) {
echo sprintf('FAIL: Function "%s" does not exist.', $function) . PHP_EOL;
exit(1);
}
exit(0);
?>
Did this file decode correctly?
Original Code
<?php
if (!function_exists($function = "OpenTelemetry\Instrumentation\hook")) {
echo sprintf('FAIL: Function "%s" does not exist.', $function) . PHP_EOL;
exit(1);
}
exit(0);
Function Calls
sprintf | 1 |
function_exists | 1 |
Stats
MD5 | 9bbb8df8a5e508e7d7764bc56bfa193f |
Eval Count | 0 |
Decode Time | 88 ms |