3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('America/New_York'); $date = new DateTime(); echo json_encode($date,JSON_FORCE_OBJECT); var_dump(json_last_error(), json_last_error_msg()); function check($name) { $o = new $name('now', new DateTimeZone('UTC')); $s = serialize($o); var_dump(isset($o2->_date_time) === false); } check('DateTime'); class A extends DateTime {} check('A');
Output for 8.3.6
{"date":"2014-06-19 23:19:43.007312","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.3.5
{"date":"2014-06-19 23:19:43.007722","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.3.4
{"date":"2014-06-19 23:19:43.007166","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.3.3
{"date":"2014-06-19 23:19:43.007090","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.3.2
{"date":"2014-06-19 23:19:43.003706","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.3.1
{"date":"2014-06-19 23:19:43.004219","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.3.0
{"date":"2014-06-19 23:19:43.003950","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.18
{"date":"2014-06-19 23:19:43.008677","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.17
{"date":"2014-06-19 23:19:43.007235","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.16
{"date":"2014-06-19 23:19:43.008143","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.15
{"date":"2014-06-19 23:19:43.003754","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.14
{"date":"2014-06-19 23:19:43.004054","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.13
{"date":"2014-06-19 23:19:43.003619","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.12
{"date":"2014-06-19 23:19:43.003738","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.11
{"date":"2014-06-19 23:19:43.004289","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.10
{"date":"2014-06-19 23:19:43.005542","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.9
{"date":"2014-06-19 23:19:43.003969","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.8
{"date":"2014-06-19 23:19:43.003884","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.7
{"date":"2014-06-19 23:19:43.003892","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.6
{"date":"2014-06-19 23:19:43.003783","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.5
{"date":"2014-06-19 23:19:43.004115","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.4
{"date":"2014-06-19 23:19:43.004096","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.3
{"date":"2014-06-19 23:19:43.003604","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.2
{"date":"2014-06-19 23:19:43.003983","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.1
{"date":"2014-06-19 23:19:43.003750","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.2.0
{"date":"2014-06-19 23:19:43.003833","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.28
{"date":"2014-06-19 23:19:43.006724","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.27
{"date":"2014-06-19 23:19:43.003746","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.26
{"date":"2014-06-19 23:19:43.004015","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.25
{"date":"2014-06-19 23:19:43.003847","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.24
{"date":"2014-06-19 23:19:43.003979","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.23
{"date":"2014-06-19 23:19:43.004859","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.22
{"date":"2014-06-19 23:19:43.003663","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.21
{"date":"2014-06-19 23:19:43.003740","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.20
{"date":"2014-06-19 23:19:43.003958","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.19
{"date":"2014-06-19 23:19:43.003668","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.18
{"date":"2014-06-19 23:19:43.003909","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.17
{"date":"2014-06-19 23:19:43.004314","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.16
{"date":"2014-06-19 23:19:43.003559","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.7, 8.1.15
{"date":"2014-06-19 23:19:43.003775","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.14
{"date":"2014-06-19 23:19:43.003939","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.13
{"date":"2014-06-19 23:19:43.003506","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.12
{"date":"2014-06-19 23:19:43.003456","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.11
{"date":"2014-06-19 23:19:43.003687","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.10
{"date":"2014-06-19 23:19:43.003617","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.9
{"date":"2014-06-19 23:19:43.003864","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.8
{"date":"2014-06-19 23:19:43.003546","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.7
{"date":"2014-06-19 23:19:43.003283","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.6
{"date":"2014-06-19 23:19:43.003832","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.5
{"date":"2014-06-19 23:19:43.004055","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.4
{"date":"2014-06-19 23:19:43.003801","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.3
{"date":"2014-06-19 23:19:43.003623","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.2
{"date":"2014-06-19 23:19:43.003569","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.1
{"date":"2014-06-19 23:19:43.003652","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.1.0
{"date":"2014-06-19 23:19:43.003541","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.30
{"date":"2014-06-19 23:19:43.003339","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.29
{"date":"2014-06-19 23:19:43.003413","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.28
{"date":"2014-06-19 23:19:43.003269","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.27
{"date":"2014-06-19 23:19:43.003621","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.26
{"date":"2014-06-19 23:19:43.003216","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.25
{"date":"2014-06-19 23:19:43.003607","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.24
{"date":"2014-06-19 23:19:43.003548","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.23
{"date":"2014-06-19 23:19:43.003282","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.21 - 8.0.22
{"date":"2014-06-19 23:19:43.003344","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.20
{"date":"2014-06-19 23:19:43.003584","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.19
{"date":"2014-06-19 23:19:43.003580","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.18
{"date":"2014-06-19 23:19:43.003694","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.17
{"date":"2014-06-19 23:19:43.003529","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.16
{"date":"2014-06-19 23:19:43.003341","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.15
{"date":"2014-06-19 23:19:43.003437","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.5, 8.0.14
{"date":"2014-06-19 23:19:43.003762","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.13
{"date":"2014-06-19 23:19:43.002408","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.12
{"date":"2014-06-19 23:19:43.003459","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.11
{"date":"2014-06-19 23:19:43.003790","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.10
{"date":"2014-06-19 23:19:43.003567","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.9
{"date":"2014-06-19 23:19:43.003818","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.8
{"date":"2014-06-19 23:19:43.009572","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.6
{"date":"2014-06-19 23:19:43.003857","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.3
{"date":"2014-06-19 23:19:43.009500","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.2
{"date":"2014-06-19 23:19:43.009615","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.1
{"date":"2014-06-19 23:19:43.003758","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 8.0.0
{"date":"2014-06-19 23:19:43.008855","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.33
{"date":"2014-06-19 23:19:43.002107","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.32
{"date":"2014-06-19 23:19:43.002960","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.19, 7.4.30
{"date":"2014-06-19 23:19:43.003325","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.29
{"date":"2014-06-19 23:19:43.003425","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.28
{"date":"2014-06-19 23:19:43.003351","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.27
{"date":"2014-06-19 23:19:43.003756","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.26
{"date":"2014-06-19 23:19:43.003523","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.25
{"date":"2014-06-19 23:19:43.003484","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.24
{"date":"2014-06-19 23:19:43.003374","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.23
{"date":"2014-06-19 23:19:43.003511","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.22
{"date":"2014-06-19 23:19:43.008704","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.21
{"date":"2014-06-19 23:19:43.007288","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.20
{"date":"2014-06-19 23:19:43.003686","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.16
{"date":"2014-06-19 23:19:43.007899","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.15
{"date":"2014-06-19 23:19:43.008424","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.14
{"date":"2014-06-19 23:19:43.008537","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.13
{"date":"2014-06-19 23:19:43.008799","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.12
{"date":"2014-06-19 23:19:43.008997","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.11
{"date":"2014-06-19 23:19:43.008142","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.10
{"date":"2014-06-19 23:19:43.008415","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.9
{"date":"2014-06-19 23:19:43.009281","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.8
{"date":"2014-06-19 23:19:43.011262","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.7
{"date":"2014-06-19 23:19:43.008959","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.6
{"date":"2014-06-19 23:19:43.001855","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.5
{"date":"2014-06-19 23:19:43.002214","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.4
{"date":"2014-06-19 23:19:43.011807","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.3
{"date":"2014-06-19 23:19:43.008295","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.4.0
{"date":"2014-06-19 23:19:43.000190","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.33
{"date":"2014-06-19 23:19:43.002407","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.32
{"date":"2014-06-19 23:19:43.001898","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.31
{"date":"2014-06-19 23:19:43.003212","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.30
{"date":"2014-06-19 23:19:43.004459","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.29
{"date":"2014-06-19 23:19:43.007984","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.28
{"date":"2014-06-19 23:19:43.016657","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.27
{"date":"2014-06-19 23:19:43.008662","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.26
{"date":"2014-06-19 23:19:43.011700","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.25
{"date":"2014-06-19 23:19:43.008878","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.24
{"date":"2014-06-19 23:19:43.011046","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.23
{"date":"2014-06-19 23:19:43.008440","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.21
{"date":"2014-06-19 23:19:43.010368","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.20
{"date":"2014-06-19 23:19:43.011335","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.19
{"date":"2014-06-19 23:19:43.011049","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.18
{"date":"2014-06-19 23:19:43.004437","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.17
{"date":"2014-06-19 23:19:43.008559","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.16
{"date":"2014-06-19 23:19:43.011579","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.22, 7.3.12
{"date":"2014-06-19 23:19:43.000223","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.27, 7.3.5, 7.3.11
{"date":"2014-06-19 23:19:43.000254","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.10
{"date":"2014-06-19 23:19:43.000177","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.9
{"date":"2014-06-19 23:19:43.000166","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.8
{"date":"2014-06-19 23:19:44.000199","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.7
{"date":"2014-06-19 23:19:43.000245","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.6
{"date":"2014-06-19 23:19:43.000281","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.4
{"date":"2014-06-19 23:19:43.000325","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.3
{"date":"2014-06-19 23:19:43.000204","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.2
{"date":"2014-06-19 23:19:43.000140","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.1
{"date":"2014-06-19 23:19:43.000142","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.3.0
{"date":"2014-06-19 23:19:43.000152","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.33
{"date":"2014-06-19 23:19:43.009455","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.32
{"date":"2014-06-19 23:19:43.013162","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.31
{"date":"2014-06-19 23:19:43.009915","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.30
{"date":"2014-06-19 23:19:43.008276","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.29
{"date":"2014-06-19 23:19:43.009376","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.25
{"date":"2014-06-19 23:19:43.000244","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.24
{"date":"2014-06-19 23:19:43.000260","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.23
{"date":"2014-06-19 23:19:43.000311","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.21
{"date":"2014-06-19 23:19:44.000322","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.20
{"date":"2014-06-19 23:19:43.000213","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.28, 7.2.19
{"date":"2014-06-19 23:19:43.000243","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.18
{"date":"2014-06-19 23:19:43.000196","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.17
{"date":"2014-06-19 23:19:43.000207","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.6
{"date":"2014-06-19 23:19:43.004060","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.2.0
{"date":"2014-06-19 23:19:43.003971","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.33
{"date":"2014-06-19 23:19:43.000259","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.32
{"date":"2014-06-19 23:19:43.000248","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.31
{"date":"2014-06-19 23:19:43.000129","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.30
{"date":"2014-06-19 23:19:43.000171","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.29
{"date":"2014-06-19 23:19:43.000250","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.26
{"date":"2014-06-19 23:19:43.000221","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.20
{"date":"2014-06-19 23:19:43.002331","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.10
{"date":"2014-06-19 23:19:43.003436","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.7
{"date":"2014-06-19 23:19:43.003698","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.6
{"date":"2014-06-19 23:19:43.009777","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.5
{"date":"2014-06-19 23:19:43.012550","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 7.1.0
{"date":"2014-06-19 23:19:43.004030","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 5.5.14 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
{"date":"2014-06-19 23:19:43.000000","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 5.5.0 - 5.5.13
{"date":"2014-06-19 23:19:43","timezone_type":3,"timezone":"America\/New_York"}int(0) string(8) "No error" bool(true) bool(true)
Output for 5.4.30 - 5.4.45
{"date":"2014-06-19 23:19:43.000000","timezone_type":3,"timezone":"America\/New_York"} Fatal error: Call to undefined function json_last_error_msg() in /in/PQe7t on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29
{"date":"2014-06-19 23:19:43","timezone_type":3,"timezone":"America\/New_York"} Fatal error: Call to undefined function json_last_error_msg() in /in/PQe7t on line 8
Process exited with code 255.
Output for 5.2.0 - 5.2.17
Notice: Use of undefined constant JSON_FORCE_OBJECT - assumed 'JSON_FORCE_OBJECT' in /in/PQe7t on line 7 Warning: json_encode() expects exactly 1 parameter, 2 given in /in/PQe7t on line 7 Fatal error: Call to undefined function json_last_error() in /in/PQe7t on line 8
Process exited with code 255.
Output for 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/PQe7t on line 5
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Fatal error: Call to undefined function date_default_timezone_set() in /in/PQe7t on line 3
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: date_default_timezone_set() in /in/PQe7t on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: date_default_timezone_set() in /in/PQe7t on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: date_default_timezone_set() in /in/PQe7t on line 3

preferences:
295.32 ms | 401 KiB | 383 Q