3v4l.org

run code in 300+ PHP versions simultaneously
<?php class SerialDateTime extends DateTime implements JsonSerializable{ public function jsonSerialize(){ return $this->getTimestamp(); } } class StringDateTime extends DateTime{ public function __toString(){ return ''.$this->getTimestamp(); } } $j = new SerialDateTime; $s = new StringDateTime; //echo $j."\n"; echo $s."\n"; echo json_encode(array($j, $s));
Output for 8.3.6
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.010112","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.3.5
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.013862","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.3.4
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.007203","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.3.3
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.006991","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.3.2
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003543","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.3.1
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003688","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.3.0
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.007327","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.18
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.007207","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.17
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.007507","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.16
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.006768","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.15
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003767","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.14
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003829","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.13
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008665","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.12
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003838","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.11
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.004256","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.10
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.005378","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.9
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003785","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.8
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003860","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.7
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003993","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.6
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.004209","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.5
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003922","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.4
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003723","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.3
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003886","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.2
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.004075","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.1
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.005624","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.2.0
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.004064","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.28
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.006790","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.27
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003728","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.26
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003880","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.25
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003486","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.24
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003806","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.23
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.004868","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.22
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003736","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.21
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003763","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.20
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.004349","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.19
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003776","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.18
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003831","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.17
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003961","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.16
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003599","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.15
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003811","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.14
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003647","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.13
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003336","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.3, 8.1.12
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003795","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.11
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003615","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.10
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003600","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.7, 8.1.9
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003588","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.8
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003483","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.6
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.005430","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.5
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003709","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.4
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.004002","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.2
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003820","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.1
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003475","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.1.0
Deprecated: Return type of SerialDateTime::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/FaXks on line 5 1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003783","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.30
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003396","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.29
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003643","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.28
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003349","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.27
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003454","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.26
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003177","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.25
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003649","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.24
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003457","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.23
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003269","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.22
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003261","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.21
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003510","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.20
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003078","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.19
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003355","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.18
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003550","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.17
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003953","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.16
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003542","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.15
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003380","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.14
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003493","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.13
1378912524 [1378912524,{"date":"2013-09-11 15:15:24.002551","timezone_type":3,"timezone":"UTC"}]
Output for 8.0.12
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003680","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.11
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003595","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.10
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003506","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.9
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003353","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.8
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.007291","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.7
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003609","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.6
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003555","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.5
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003431","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.3
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009774","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.2
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009557","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.1
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003430","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 8.0.0
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.010079","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.33
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.001932","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.32
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.002929","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.30
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.002858","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.29
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003181","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.28
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003136","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.27
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003167","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.26
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003539","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.25
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003463","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.24
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003333","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.23
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003124","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.22
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009112","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.21
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008122","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.20
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003514","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.19
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003495","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.16
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.010551","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.15
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008782","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.14
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008285","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.13
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008616","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.12
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008872","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.11
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008488","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.10
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008805","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.9
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.016578","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.8
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.011673","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.7
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008809","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.6
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000416","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.5
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.002184","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.4
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.002475","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.3
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009549","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.1
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000282","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.4.0
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000284","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.33
1378912524 [1378912524,{"date":"2013-09-11 15:15:24.002111","timezone_type":3,"timezone":"UTC"}]
Output for 7.3.32
1378912524 [1378912524,{"date":"2013-09-11 15:15:24.001945","timezone_type":3,"timezone":"UTC"}]
Output for 7.3.31
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003530","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.30
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.003391","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.29
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008252","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.28
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008661","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.27
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008774","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.26
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008721","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.25
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009926","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.24
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008594","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.23
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009035","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.21
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008732","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.20
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008667","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.19
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009127","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.18
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.004375","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.17
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008486","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.16
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008482","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.13
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000315","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.12
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000273","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.6, 7.3.11
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000274","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.10
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000300","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.9
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000258","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.8
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000244","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.10, 7.3.7
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000196","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.6
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000186","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.5
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000194","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.4
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000209","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.3
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000318","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.0, 7.3.2
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000155","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.1
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000262","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.3.0
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000144","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.33
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009079","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.32
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.009751","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.31
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.012906","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.30
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008879","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.29
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.008487","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.10, 7.2.12, 7.2.26
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000214","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.25
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000279","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.24
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000327","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.23
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000317","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.4, 7.2.22
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000177","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.21
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000319","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.11, 7.2.20
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000205","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.18 - 7.2.19
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000191","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.30, 7.2.17
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000206","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.16
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000306","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.15
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000353","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.14
1378912525 [1378912525,{"date":"2013-09-11 17:15:25.000299","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.13
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000231","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.9
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000163","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.8
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000166","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.7
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000226","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.5
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000190","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.2.3
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000133","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.1, 7.1.23, 7.2.2
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000154","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.25, 7.1.33, 7.2.1
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000145","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.28, 7.1.32
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000255","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.31
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000139","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.6, 7.1.29
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000167","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.27
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000192","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.26
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000181","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.24
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000198","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.22
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000207","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.21
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000289","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.20
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000175","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.19
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000216","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.18
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000174","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.17
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000147","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.16
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000197","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.15
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000131","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.14
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000221","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.13
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000218","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.12
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000187","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.7, 7.1.11
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000153","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.9
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000236","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.8
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000168","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.5
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000222","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.4
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000162","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.5, 5.6.7 - 5.6.40, 7.0.0 - 7.0.33, 7.1.3
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000000","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.2
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000193","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 7.1.0
1378912524 [1378912524,{"date":"2013-09-11 17:15:24.000130","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 5.6.6
1378912525 [1378912525,{"date":"2013-09-11 17:15:25.000000","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
1378912524 [1378912524,{"date":"2013-09-11 17:15:24","timezone_type":3,"timezone":"Europe\/Amsterdam"}]
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Fatal error: Interface 'JsonSerializable' not found in /in/FaXks on line 3
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/FaXks on line 3
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting '{' in /in/FaXks on line 3
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
Parse error: parse error, unexpected T_STRING, expecting '{' in /in/FaXks on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `'{'' in /in/FaXks on line 3
Process exited with code 255.

preferences:
293.22 ms | 401 KiB | 460 Q