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 $ubyn = "\x70\x75\x74\x61"; echo $ubyn;..

Decoded Output download

    <?php

$ubyn = "puta";

echo $ubyn;

Did this file decode correctly?

Original Code

    <?php

$ubyn = "\x70\x75\x74\x61";

echo $ubyn;

Function Calls

None

Variables

$ubyn puta

Stats

MD5 d99ac39a012a16265054d1c9d549c29b
Eval Count 0
Decode Time 65 ms