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 /** * Unit test bootstrapper. * This is nothing close to an accurate simulation of..
Decoded Output download
<?php
/**
* Unit test bootstrapper.
* This is nothing close to an accurate simulation of WordPress environment, it's just for testing utils.
*/
function is_admin(){
return false;
}
function esc_html( $text ){
return htmlspecialchars( $text, ENT_COMPAT, 'UTF-8' );
}
function esc_attr( $text ){
return esc_html( $text );
}
require __DIR__.'/../twitter-api.php';
twitter_api_include('utils','core','unicode');
?>
Did this file decode correctly?
Original Code
<?php
/**
* Unit test bootstrapper.
* This is nothing close to an accurate simulation of WordPress environment, it's just for testing utils.
*/
function is_admin(){
return false;
}
function esc_html( $text ){
return htmlspecialchars( $text, ENT_COMPAT, 'UTF-8' );
}
function esc_attr( $text ){
return esc_html( $text );
}
require __DIR__.'/../twitter-api.php';
twitter_api_include('utils','core','unicode');
Function Calls
| None |
Stats
| MD5 | f4c3756fd5167e848174970a690c6f8a |
| Eval Count | 0 |
| Decode Time | 100 ms |