Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- idate() function --FILE-- <?php date_default_timezone_set('GMT0'); $tmp = "UYzymn..

Decoded Output download

--TEST--
idate() function
--FILE--
<?php
date_default_timezone_set('GMT0');
$tmp = "UYzymndjHGhgistwLBIW";
for($a = 0;$a < strlen($tmp); $a++){
    echo $tmp[$a], ': ', idate($tmp[$a], 1043324459)."
";
}
?>
--EXPECT--
U: 1043324459
Y: 2003
z: 22
y: 3
m: 1
n: 1
d: 23
j: 23
H: 12
G: 12
h: 12
g: 12
i: 20
s: 59
t: 31
w: 4
L: 0
B: 556
I: 0
W: 4

Did this file decode correctly?

Original Code

--TEST--
idate() function
--FILE--
<?php
date_default_timezone_set('GMT0');
$tmp = "UYzymndjHGhgistwLBIW";
for($a = 0;$a < strlen($tmp); $a++){
    echo $tmp[$a], ': ', idate($tmp[$a], 1043324459)."\n";
}
?>
--EXPECT--
U: 1043324459
Y: 2003
z: 22
y: 3
m: 1
n: 1
d: 23
j: 23
H: 12
G: 12
h: 12
g: 12
i: 20
s: 59
t: 31
w: 4
L: 0
B: 556
I: 0
W: 4

Function Calls

date_default_timezone_set 1

Variables

None

Stats

MD5 13149abc4ff902eb83f5839bb0810bc4
Eval Count 0
Decode Time 79 ms