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-- Bug #43960 (strtotime() returns timestamp in the future when given a bogus string..

Decoded Output download

--TEST--
Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
--FILE--
<?php
date_default_timezone_set('UTC');
var_dump(strtotime('i like to eat slices at work'));
?>
--EXPECT--
bool(false)

Did this file decode correctly?

Original Code

--TEST--
Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
--FILE--
<?php
date_default_timezone_set('UTC');
var_dump(strtotime('i like to eat slices at work'));
?>
--EXPECT--
bool(false)

Function Calls

date_default_timezone_set 1

Variables

None

Stats

MD5 3cdef0453d4443605a4dd6633adeb3b6
Eval Count 0
Decode Time 100 ms