3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ar = [ 'sadsad' => NULL, 'sadsadads' => new DateTime ]; var_dump($ar); var_dump((bool) array_sum($ar));
Output for 8.3.6
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.006947" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: array_sum(): Addition is not supported on type DateTime in /in/mbYit on line 9 bool(false)
Output for 8.3.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: array_sum(): Addition is not supported on type DateTime in /in/mbYit on line 9 bool(false)
Output for 8.3.4
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.007179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: array_sum(): Addition is not supported on type DateTime in /in/mbYit on line 9 bool(false)
Output for 8.3.3
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.006904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: array_sum(): Addition is not supported on type DateTime in /in/mbYit on line 9 bool(false)
Output for 8.3.2
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.007224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: array_sum(): Addition is not supported on type DateTime in /in/mbYit on line 9 bool(false)
Output for 8.3.1
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: array_sum(): Addition is not supported on type DateTime in /in/mbYit on line 9 bool(false)
Output for 8.3.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004017" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } Warning: array_sum(): Addition is not supported on type DateTime in /in/mbYit on line 9 bool(false)
Output for 8.2.18
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.010328" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.17
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.010099" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.16
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.006541" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.15
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.14
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008924" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.13
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.12
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.11
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.006717" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.10
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.005177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.9
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.8
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004002" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.7
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003877" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.6
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.4
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003871" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.3
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.2
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004015" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.1
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004050" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.2.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004084" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.28
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.27
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003985" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.26
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003590" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.25
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.24
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004538" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.23
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.005056" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.22
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.21
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003659" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.20
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.005084" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.19
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003875" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.18
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003828" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.17
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003600" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.16
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003487" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.15
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003951" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.14
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.13
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003332" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.12
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.6, 8.1.11
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.10
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003903" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.9
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.8
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003607" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.21, 8.1.7
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003761" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.4
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.3
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003751" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.2
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004443" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.1
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.1.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003742" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.11, 8.0.30
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003550" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.10, 8.0.29
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003381" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.28
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003589" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.27
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.26
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003452" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.25
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.24
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.23
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003427" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.22
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.20
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003004" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.19
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003412" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.18
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.17
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.16
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.15
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003355" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.14
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003588" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.13
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 09:08:13.002182" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } bool(false)
Output for 8.0.12
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003542" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.9
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003501" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.8
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.007797" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.7
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003787" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.6
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003957" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003892" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.3
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.009439" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.2
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.010100" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.1
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003795" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 8.0.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.33
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.001960" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.32
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.002858" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.30
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.002851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.29
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.28
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003103" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.27
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.26
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.10, 7.4.25
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003972" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.24
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003295" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.23
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.22
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.012534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.21
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.007870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.20
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.16
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.012399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.15
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008599" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.14
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.009162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.13
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.009656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.12
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008378" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.11
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.10
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.9
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008476" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.8
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008555" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.7
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.010110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.6
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.002033" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.4
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008428" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.3
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.009642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.4.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.33
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 09:08:13.002319" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } bool(false)
Output for 7.3.32
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 09:08:13.002061" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } } bool(false)
Output for 7.3.31
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.30
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.29
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.007611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.28
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.010668" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.27
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.26
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.013779" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.25
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.009770" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.24
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.012155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.23
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.011893" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.21
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008959" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.20
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.010498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.19
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.010167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.18
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004520" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.17
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008441" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.16
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.009423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.12
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.11
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.10
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.20, 7.3.9
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000159" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.8
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.7
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.6
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.4
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.3
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.2
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000101" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.1
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.3.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.33
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.009037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.32
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.008818" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.31
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.013946" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.30
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.040270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.29
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.009939" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.25
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.24
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.23
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.22
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.21
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.19
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.26, 7.2.18
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.17
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.13
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.102947" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.12
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.072570" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.11
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.10
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.057557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.9
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.126500" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.8
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.133842" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.7
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.194842" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.6
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.073991" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.082505" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.4
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.260675" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.3
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.043052" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.2
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.094617" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.1
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.007252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.2.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.041869" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.33
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.32
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.31
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.30
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000106" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.29
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.28
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.27
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.25
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.021028" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.20
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.003480" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.7
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.002582" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.6
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.013013" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.010056" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.1.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.004043" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.28, 7.0.14 - 7.0.20
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.0.6
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 02:53:31.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.0.5
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 16:08:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.0.4
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 01:43:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.0.3
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 01:54:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.0.2
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 12:28:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.0.1
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 12:41:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 7.0.0
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 15:08:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.21
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-01 21:55:15.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.20
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 11:20:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.19
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 00:09:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.18
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 12:21:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.17
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 06:22:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.16
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 16:52:15.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.15
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 17:45:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.14
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 20:22:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.13
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 00:12:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.12
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 13:22:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.11
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 20:38:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.10
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-24 22:17:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.9
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 03:28:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.8
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 11:05:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.6.7
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-24 22:13:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.35
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 01:19:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.34
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 17:17:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.33
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 12:34:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.32
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 18:16:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.31
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 09:15:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.30
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 19:46:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.29
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 14:19:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.28
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 16:39:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.27
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 19:08:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.26
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 00:45:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.25
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 06:45:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.5.24
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-30 14:13:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.45
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-21 11:09:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.44
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-21 11:09:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.43
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-21 04:08:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.42
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-21 04:07:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.41
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-21 04:06:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.40
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-21 04:05:52.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.39
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-21 04:05:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.38
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-05 06:27:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.37
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-05 06:27:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.34 - 5.4.36
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-03-05 06:27:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.32
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-14 00:51:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.31
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-09-14 00:51:08.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.30
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2014-07-22 11:08:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.21 - 5.4.29
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(19) "2014-07-22 11:08:17" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 5.4.0 - 5.4.20
array(2) { ["sadsad"]=> NULL ["sadsadads"]=> object(DateTime)#1 (3) { ["date"]=> string(19) "2014-07-22 11:08:18" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } } bool(false)
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/mbYit on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/mbYit on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/mbYit on line 4
Process exited with code 255.

preferences:
246.87 ms | 401 KiB | 356 Q