3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('America/Los_Angeles'); class Fruit implements JsonSerializable { public $type = 'Apple', $lastEaten = null; public function __construct() { $this->lastEaten = new DateTime(); } public function jsonSerialize() { return [ 'type' => $this->type, 'lastEaten' => $this->lastEaten->format(DateTime::ISO8601) ]; } } echo json_encode(new Fruit()); echo PHP_EOL; echo json_encode(new DateTime());
Output for 8.3.6
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.007145","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.3.5
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009084","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.3.4
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009650","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.3.3
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008849","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.3.2
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.005430","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.3.1
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004096","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.22, 8.3.0
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003787","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.18
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008081","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.17
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.007025","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.16
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.006829","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.15
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003784","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.14
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003851","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.13
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003854","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.12
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003969","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.11
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004667","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.10
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.007109","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.9
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003695","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.8
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003856","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.7
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.006527","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.6
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004040","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.5
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.015275","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.4
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003749","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.3
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004129","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.2
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003839","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.1
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004370","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.2.0
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003930","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.28
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009245","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.27
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003889","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.26
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008492","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.25
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003659","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.24
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004379","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.23
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004951","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.21
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003835","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.20
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004205","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.19
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004208","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.18
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004034","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.17
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003778","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.16
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003843","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.15
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003680","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.14
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003925","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.13
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003623","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.12
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003548","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.11
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003658","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.10
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003875","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.9
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003660","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.8
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003500","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.7
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003451","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.6
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003872","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.5
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003669","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.4
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003644","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.3
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004009","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.2
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003776","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.1
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003782","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.1.0
Deprecated: Return type of Fruit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/nk4Ek on line 13 {"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003536","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.30
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004984","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.29
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003476","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.28
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003342","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.27
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003369","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.26
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004749","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.25
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003480","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.24
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003557","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.23
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003418","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.22
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003588","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.21
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003702","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.20
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003657","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.19
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003462","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.18
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003733","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.17
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003630","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.16
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003388","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.15
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003535","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.14
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003754","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.13
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.002330","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.12
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003529","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.11
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003840","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.10
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003523","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.9
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003413","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.8
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.007561","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.24, 8.0.7
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003644","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.6
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004314","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.5
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003497","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.3
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.011276","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.2
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009586","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.1
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003661","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 8.0.0
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.018040","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.33
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003331","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.32
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003160","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.30
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.002855","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.23, 7.4.29
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003563","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.28
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003577","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.27
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003172","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.26
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.001995","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.25
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003346","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.22
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009167","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.21
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.010567","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.20
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003381","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.19
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003422","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.16
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.010408","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.15
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.011110","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.14
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.027767","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.13
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008932","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.12
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009023","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.11
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009458","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.10
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009858","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.9
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.011700","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.8
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009336","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.7
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008638","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.6
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000431","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.5
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.002266","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.4
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.002359","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.3
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.010020","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.1
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000307","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.4.0
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000236","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.33
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.002371","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.32
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.002076","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.31
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003793","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.30
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.003621","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.29
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.007382","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.28
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.007544","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.27
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009800","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.26
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008939","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.25
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.014607","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.24
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.013676","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.23
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009982","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.21
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.010808","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.20
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009631","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.19
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.012885","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.18
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.004427","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.17
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.013381","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.16
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008444","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.13
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000336","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.12
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000319","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.11
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000329","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.10
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000247","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.9
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000411","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.8
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000296","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.21, 7.3.7
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000231","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.6
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000252","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.5
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.016154","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.4
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.039552","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.3
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.042659","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.2
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000217","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.1
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000190","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.3.0
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000178","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.33
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.011005","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.32
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.011770","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.31
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.009774","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.30
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008262","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.29
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008412","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.26
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000334","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.25
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000341","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.24
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000310","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.23
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000289","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.22
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000275","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.20
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000250","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.19
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.012208","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.18
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.015924","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.17
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.032791","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.16
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.036809","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.15
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.014819","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.14
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000238","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.13
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000227","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.9, 7.2.12
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000215","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.11
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000261","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.4, 7.2.10
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000249","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.9
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000313","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.8
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000202","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.7
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000286","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.6
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000216","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.5
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000209","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.3
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000201","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.2
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000185","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.1
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000203","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.2.0
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000222","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.33
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000198","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.32
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000244","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.4, 7.1.31
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000228","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.30
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.041900","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.29
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.024517","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.28
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.053863","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.27
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.008385","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.26
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000180","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.25
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000308","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.24
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000189","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.23
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000229","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.22
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000360","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.21
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000316","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.20
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000200","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.19
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000295","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.18
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000315","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.14, 7.1.17
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000225","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.16
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000263","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.15
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000370","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.13
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000240","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.12
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000196","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.11
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000246","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.10
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000179","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.8
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000300","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.7
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000186","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.6
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000233","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.5
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000175","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.3
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000000","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.2
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000281","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.1
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000183","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 7.1.0
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00.000223","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
{"type":"Apple","lastEaten":"2014-05-11T14:23:00-0700"} {"date":"2014-05-11 14:23:00","timezone_type":3,"timezone":"America\/Los_Angeles"}
Output for 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/nk4Ek on line 14
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/nk4Ek on line 14
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting '{' in /in/nk4Ek 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
Parse error: parse error, unexpected T_STRING, expecting '{' in /in/nk4Ek on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `'{'' in /in/nk4Ek on line 4
Process exited with code 255.

preferences:
360.92 ms | 401 KiB | 460 Q