3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface NodeInterface { public function addNode(Node $node); public function isLeaf(); public function isNode(); public function getKey(); public function setKey($key); public function getValue(); public function setValue($value); public function getUid(); public function uid(); public function key(); public function value(); } class ArrComp implements NodeInterface { protected $uid; protected $nodes; protected $value; public function __construct($key = null, $value = null) { $this->uid = rand(0, 9) . md5(rand(10, 99) . time() . rand(100, 999)) . rand(1000, 9999); $this->value = new stdClass; $this->value->key = $key; $this->value->val = $value; $this->nodes = []; } public function addNode(Node $node) { $this->nodes[] = $node; return $this; } public function isLeaf() { return count($this->nodes) == 0; } public function isNode() { return count($this->nodes) > 0; } public function getKey() { return $this->value->key; } public function key() { return $this->value->key; } public function setKey($key = null) { $this->value->key = $key; return $this; } public function getValue() { return $this->value->val; } public function value() { return $this->value->val; } public function setValue($value = null) { $this->value->val = $value; return $this; } public function getUid() { return $this->uid; } public function uid() { return $this->uid; } } $comp = new ArrComp('pk'); var_dump($comp);
Output for 7.4.0
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2fa126f08d934233a86a4083ecc2d4aa57713" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.12
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "7100ffb414485a0c1b391e40c334617db9755" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.11
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9c97647b83d0c7185a62aaff37e75bfe14101" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.10
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8a9d5e2ecfa63b802546d5c8f143452308975" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.9
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "172bf51a99b1665577dcb6e0a97b439b81019" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.8
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "6dd6eed057cad892edcd8e3b1f22e69dc1666" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.7
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "616b5e8f5a365d32b13ba3edebfb8020c7624" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.6
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "6347494fe00321ce829e8fde210cdca257373" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.5
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8e681aa4d4051b1489cb748038e82a90a4681" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.4
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "942188bc8da830eceedc360b0add239a99319" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.3
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "288a2503d6847e2a072a5ddebea2b23165263" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.2
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2c5d678d9df366016505dc5140acffbca1035" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.1
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "92b1d9945ed1edddd84c17ee1fe3577105314" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.3.0
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5f264eae397d5cbb496d02bb48fd01c208310" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.25
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "0041a9b03f93e7dc049be5500f0975a2d3463" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.24
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "4fa91086dd3f5baa11d649d78174de8db8514" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.23
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "7217808caf0673a880b1154932232e6927168" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.22
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1467619a99cc25b6b4fa859a3e61371612685" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.21
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "84f654b281b4eb354a71809095c68e8347245" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.20
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "154bcc2b2e9611221818a0c83eddabe8b2992" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.19
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "0893d6253adb887b3511095b24d2972df3625" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.18
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "31bb8c8b21a3881c774adda61f9259c4e5986" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.17
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "46f024fa5e6e7859b517fc5ac3e33df927006" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.2.0
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1bdba5f5ae5ea353ca5e60982dcf8bd854273" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.33
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "71e4bbdaa58d219796dbf5023875758764630" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.32
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "3464b89f2a5119275be29fbc8d4915fe91802" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.31
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8d3d35fd9de94231cef9b3d1fe399781e7525" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.30
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1d56ccbc2f9aa8dce16d742dacf3b676e2203" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.29
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5925b887185509ad50a1f5157acc374674308" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.28
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "300c7552861fb862def61fe2927231e095566" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.27
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "62c615355da67280dfc1958738bd63a413595" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.26
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "368897768461d8ae4f8722e068e3c59912851" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.7
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "892c4b8c62878ea8e057b36334c21232e9501" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.6
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "7a519d7fc2cadcdbd7761ad633e8da4374589" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.5
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "46e02613a04c801e84a66b2592336926f3755" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.1.0
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "34cd8ef8f8dfbdb3fa783948593228dfe5986" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.20
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "68ef56aa5312da7a4290cdf996c2e2f2b4491" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.14
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "0e27f94b98ea693ddf463088b9395fc0d1062" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.12
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "13aaf1319c1e0dcaff70ea982b6f1fcf73952" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.10
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "4fdaf8699160dd381292b3941ffb869078723" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.9
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "59a07874b6fc3039bb847026e446b91013580" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.8
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "7b7f99cc305c1f300057aab654b3051722091" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.7
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "838c4f41e55ea8fa559a8bae5e82ebc936394" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.6
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "3ce14180669284234388cf0cfbfbfcb455393" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.5
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "17e5d253a8f34caa30f96d4d0192619981051" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.4
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "01fa287dec6b990cafb47782cc99d8a978919" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.3
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "545d72e3ca01ffab4652e6aca16d584617715" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.2
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "70d76de1f85eb72d9428c9e1d1eea34615282" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.1
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "57b614f0821c54ce6a02c1d084f02beb08768" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 7.0.0
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8ef7e2641742b87289d914e39831121ef1383" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.28
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9ee69fc99a4c696df27d70c74aae9956e5267" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.25
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "71627cd9188fe9ec00429cc6e859e78702961" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.24
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2b3bcb0a18120f977aed193edb77fc66c8719" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.23
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "3718ad763bc43bba748fe4010c7f2a3de8715" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.22
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "235b7e29487d4c384e2b21f91480ad6592181" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.21
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "16698fbe64355dc9cf8191a32d96fd9c96312" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.20
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8d3557f29844b45b112cd52745c955be71318" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.19
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9b6396c20c1f518adb550d5cfa63b3cbd6497" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.18
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "120ca839b1d86a1bd9f992f63fee9e45e6986" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.17
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2f49d1825c3634890cc7f9dafa7ebacc21467" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.16
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "76b9c5f3ebf2c1c4a78069c5af94605741116" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.15
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "3d0da8f75f0e9610cafd72849a5eaaefa5361" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.14
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8e09679a5735e5725e536e95d221f9d153041" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.13
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1847573a48fcd46f185b6f24c31ab0f8a3256" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.12
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "6f4e697ed77961a4d3c05c6b8247448399711" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.11
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "45c6b37bf84cb8055ca0e8524ace937cb1004" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.10
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9ece6c5464e612fe69665038144b21f407326" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.9
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "51050507ac4863a62a0a0eceeb01be75f7494" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.8
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "26d5b6c961109caf82d2bea9034b47e6b1732" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.7
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "79c9e8df25bef5fbe287ad31d451b00b87165" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.6
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "184fddd965174fd8570898a7f6f94e5a64754" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.5
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "4dc4c946837e77e5f8784328a2b1ff42c5445" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.4
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "08b25d61eaad6f15672cc5805301d98475479" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.3
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9eb76058a076a0820a4b85cc977adf2138915" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.2
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "6ce65546f45b93433d140abef9038b5be8691" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.1
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8d518b1d84cd9fab8067b8740bf9b903b9107" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.6.0
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2f4aef6d01f5c4de3e472a5df90b13b914384" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.38
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "34000ef09ad957b189e59b52896cab6bc6099" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.37
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "997813970037455439bd3e3d2880b916b2382" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.36
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2b05d16bb08fa99653edca2625347b2dc1905" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.35
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "033e58b2aec9a99fd7f4f9a9f70b7bf8c7681" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.34
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "26c1c080789d5b8933ce7aed2cc530e413584" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.33
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "10f89caf54a6bd08b509b91727b5fb38a1248" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.32
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "38398e8a704b7d5bf772b3b4e16180bb13947" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.31
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "025baf8a7b044551d6ace7e9a0a289cf94270" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.30
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8c8c26cb1016312f09b75741c6763de7c7671" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.29
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "620d3fcf0a6f486122b43461dc1bd7d025995" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.28
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "832b0834f1c2f26d4a663b5f437990ed63005" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.27
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9047de8c829d30cd69433b753be5b70486541" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.26
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "664bc67d7d3c10593d0c2201a83819bfc8415" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.25
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "746eead5f3fe1b3edde37c53209de3cfc3863" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.24
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "4b19a6d8fa2246fd425525c59fda01ea92641" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.23
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "7d9c447986ed401250762fc1566fe86a86159" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.22
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "0a0b8ebd253ae413570d7f0343ea55e2b2704" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.21
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5e77c0e79d559342c2f59ed893dfdfa799739" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.20
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "7e24f7b2e1447122670c5f085383650422350" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.19
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "68494b38fa47b08c8484ccec3b8e9eaf32839" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.18
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "08d1de3c8a06e4571d219b35f219206519685" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.16
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5b6b831ec2d901edbce89ee7fcd087aa66457" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.15
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "299b68b209e8f5dee628679cb38d504871932" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.14
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "946b7d96a149e8dcebaba4b711fedd4584426" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.13
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "17dbd77d1ad9be1780a7e044c6468b7a34885" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.12
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "4c7698f11ec5ebcd3f3a6eaab2c24fe2f3232" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.11
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2cb9df1ee0a116b12b7c73fb41894b3af3044" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.10
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "806607eab2d0b6ff1e8c9877770490a2c7398" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.9
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1321304f973272b574c683ee6f43427f58423" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.8
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "781fbac9db4b6d1da92e5cbe45cfb81396577" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.7
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "170e10bb5e12484d62bd18f3e9df597913977" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.6
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "52e8633b501bf23b7b343048c68db69666690" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.5
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5a3ee159b4a1dffc3efc361bbb82c2ee06960" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.4
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "151aa192dcfc9ab0200b30be7882865f66309" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.3
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5ab693786bf5c2f1a89ed4bcc9374445f1929" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.2
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "494a2f1bb846e08baa2b56118c114b5479482" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.1
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "017b409078bf4c8469ac42dc6edbec41f6598" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.5.0
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "079ffa8fb72be851d8c63bd4c6dc91b146786" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.45
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "58112806af088a5fcdd9262070d2391205944" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.44
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "100ff0b636b1154cb86609a5014ed7d588490" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.43
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "7692f6914e992b6bb15ac8c5f7ce33cc78568" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.42
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "4ca48b944e28efc6b4543b060e6dcff833226" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.41
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "4d663a9c18b2ecd0bf2d09a3121c633781407" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.40
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1f67c060631b003d2327f2fe17e98ec814808" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.39
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "779b0b2e8cccdda2808e9c8923792eb862430" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.38
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "21d793fca27993eee5fcf471737bcd4a77309" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.37
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5822db626a22e6a0577ac160ca7fd643a1904" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.36
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8c665c2ac2ff92a27c23a5b997b005ba11206" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.35
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "24b58629155b9da10ebeabb7707c5adf76928" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.34
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "73bd43518ef59cc4ad1fcd081c315c4c75579" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.32
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "01c6ef03fb034d7cdcc55fc1f276b8e935365" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.31
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "585fa3ba785173382312ebba338c5e5309202" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.30
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "51afe4e122c8e95d5f6402680c7dd11eb5595" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.29
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "546b786c94a7fff0dc15914955c2626193146" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.28
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "814c97f7382d85fcedf7053b214c62ec56435" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.27
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9aa4d66fdf8b57fcf343cc764b4433e447803" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.26
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "28f63a82db32a73fd506efc2ec2b7cf027917" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.25
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9b5be8ef67de935a892048768eff9cb2b8829" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.24
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "991de05b49163e6d775a5e107b17019f11286" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.23
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "53870b453a4a431be49fdadac4d3e64908632" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.22
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "741681b3fb05ad355eb5f08d2c586dae47741" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.21
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "36a3830212a9c6522399113e36ad9764c5285" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.20
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "6dde3f3edf10a93cc0df41939bd2342954328" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.19
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9360e40c1c3e65847b6d9bab84ab5b2395153" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.18
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "179fe1ccb632a9f032f51598b36df68501517" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.17
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2d66fb52fa2f97b03ad293b5ba28882806910" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.16
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1ab76b8352f6f65933cae9f6ad8c1a99d3569" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.15
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "65eed0cfdcc37d2c9e1c4a33e2c4c9f373703" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.14
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "90d3a8e0c716f85e73cfda5fe9b8b09ac5874" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.13
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "9fe37ad259daefd8040984995d117da786781" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.12
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "8e692d8cb99dcd4ac91754921a009dff62617" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.11
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "48a46ea30176ae8388fef836053a77ce49601" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.10
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "10a47014b332e0356920acda8b170968e8867" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.9
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "0b30e785fe8112e382ed3fbdb01dbad2e3328" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.8
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1ba61f02b48bab71b7bc2e94774aa01c87541" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.7
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "44c5d9d51a0e061f4111a9942657f96a77570" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.6
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5089238e74e5d9ec70c062ca007b67fbe7607" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.5
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "33d1d6fbce370c950aa4d10ab20d853ac3051" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.4
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "4aeb4046250e25e1229775d2231a797564200" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.3
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "3be12a2973cd798f073aa728d0cab340b1920" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.2
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "2338aba070a59fe90a88a4b2ccb2a31457158" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.1
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "1135a62c138e252d8367c9ba6f326f9ef4868" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
Output for 5.4.0
object(ArrComp)#1 (3) { ["uid":protected]=> string(37) "5ece1f8a436a66916fe9d3c50af24e3987628" ["nodes":protected]=> array(0) { } ["value":protected]=> object(stdClass)#2 (2) { ["key"]=> string(2) "pk" ["val"]=> NULL } }
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/4hRIZ on line 30
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/4hRIZ on line 30
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING in /in/4hRIZ 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 in /in/4hRIZ on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/4hRIZ on line 3
Process exited with code 255.

preferences:
183.9 ms | 401 KiB | 248 Q