3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Check dates //$curDateTime = time(); $oldDateTime = $customerLock[0]['change_date']; $oldDateTime = 1443530876;//This is the output from the above one, just for this Example. $date1 = new DateTime(); $date1->createFromFormat('H:i:s d/m/Y', Date('H:i:s d/m/Y', $curDateTime)); $date2 = new DateTime(); $date2->createFromFormat('H:i:s d/m/Y', Date('H:i:s d/m/Y', $oldDateTime)); $unix_to_date = Date('H:i:s d/m/Y', $oldDateTime); //to check the valid timestamp //die(var_dump($unix_to_date)); //outputs: string(19) "14:47:56 29/09/2015" //die(var_dump($date1)); //outputs: object(DateTime)#3 (3) { ["date"]=> string(26) "2015-09-30 12:31:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } //valid object as it's the currentDate earlier set. die(var_dump($date2)); //outputs: object(DateTime)#4 (3) { ["date"]=> string(26) "2015-09-30 12:32:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } //Which is wrong as it's the current date time. ?> }
Output for 8.3.6
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.008650" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.5
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.013866" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.4
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.007154" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.3
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.007014" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.2
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003943" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.1
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003867" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.3.0
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Trying to access array offset on null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004084" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.18
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.007232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.006665" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003892" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003747" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1, 8.2.8, 8.2.13
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003875" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.12
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004360" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.005549" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.7
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.006184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.5
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.4
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004517" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.005009" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17, 8.2.0
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003740" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.28
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.006796" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.006775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14, 8.1.26
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003972" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003664" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009982" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.005710" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003789" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003939" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003867" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.16
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003459" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003729" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003483" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003588" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004009" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003530" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003522" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004049" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003727" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003739" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003637" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004065" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003360" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.28
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.24
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.23
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.22
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003295" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003698" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003667" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.005094" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003406" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003333" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003604" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 10:34:49.003157" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.12
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003532" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.11
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003549" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003873" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.011564" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004022" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.007700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
Warning: Undefined variable $customerLock in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Trying to access array offset on value of type null in /in/8DN9C on line 5 Warning: Undefined variable $curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003300" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.002881" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004570" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003549" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.25
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003484" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003443" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.011840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003645" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.16
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.008067" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009880" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009479" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009544" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.010906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.010707" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009404" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.008821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.000718" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.002135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009068" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Trying to access array offset on value of type null in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.000259" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 10:34:49.002459" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 10:34:49.002167" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003482" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.007451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.011599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009424" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.008726" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.011816" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.008942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.010210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.005184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.008466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009852" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.010274" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.008486" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.010508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.009580" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.002898" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.001792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.002853" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.003331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.012525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.005376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.004083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:34:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
Notice: Undefined variable: customerLock in /in/8DN9C on line 5 Notice: Undefined variable: curDateTime in /in/8DN9C on line 9 object(DateTime)#2 (3) { ["date"]=> string(19) "2015-09-30 12:34:49" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }

preferences:
215.99 ms | 402 KiB | 267 Q