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

Signing you up...

Thank you for signing up!

PHP Decode

$i0=new DateTime('now');$w1=clone $i0->modify(('Sunday'==$i0->format('l'))?'Monday last we..

Decoded Output download

<?  $i0=new DateTime('now');$w1=clone $i0->modify(('Sunday'==$i0->format('l'))?'Monday last week':'Monday this week');$h2=clone $i0->modify('Sunday this week');echo $w1->format('Y-m-d')."<br />";echo $h2->format('Y-m-d')."<br />"; ?>

Did this file decode correctly?

Original Code

$i0=new DateTime('now');$w1=clone $i0->modify(('Sunday'==$i0->format('l'))?'Monday last week':'Monday this week');$h2=clone $i0->modify('Sunday this week');echo $w1->format('Y-m-d')."<br />";echo $h2->format('Y-m-d')."<br />";

Function Calls

None

Variables

None

Stats

MD5 6af30b1a818ce52a8e3ae29c6449ed1a
Eval Count 0
Decode Time 55 ms