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

Signing you up...

Thank you for signing up!

PHP Decode

if (new \DateTime('2025-06-08') < \DateTime::createFromFormat('Y-m-d', date('Y-m-d'))) { ..

Decoded Output download

<?  if (new \DateTime('2025-06-08') < \DateTime::createFromFormat('Y-m-d', date('Y-m-d'))) { 
			die; 
		} ?>

Did this file decode correctly?

Original Code

if (new \DateTime('2025-06-08') < \DateTime::createFromFormat('Y-m-d', date('Y-m-d'))) {
			die;
		}

Function Calls

None

Variables

None

Stats

MD5 a63f6fb04f729a127308a15d85e44649
Eval Count 0
Decode Time 44 ms