PhpRiot
Follow phpriot on Twitter
Sponsored Link

Listing 2728

Followup to listing-2727.php, submitted by VM_Hacker.

Submitted by blah, 10 March 2010
$t1 = 0x8f;
$t2 = 0x33;
$t3 = 0xcc;
$t4 = 0x6a;
 
$temp2 = $t1 ^ $t2 ^ $t3 ^ $t4;
 
printf("%2x\n", $temp2);
Submit a Follow Up