3v4l.org

run code in 300+ PHP versions simultaneously
<?php $person = new class($controller) { public $age = 15, $height = 72, $weight = 200; public function __set($name, $value) { if (!property_exists($this, $name)) { throw new Exception("No such property: $name"); } $this->{$name} = $value; } public function __get($name) { if (!property_exists($this, $name)) { throw new Exception("No such property: $name"); } return $this->{$name}; } }; var_dump($person); var_dump($person->age); $person->age = 19; var_dump($person->age); try { var_dump($person->badProp); } catch (Exception $e) { var_dump($e); } try { $person->badProp = 5; } catch (Exception $e) { var_dump($e); }
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
Warning: Undefined variable $controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(29) "class@anonymous/in/fb5IQ:3$0" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(29) "class@anonymous/in/fb5IQ:3$0" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.4.3 - 7.4.33
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(29) "class@anonymous/in/fb5IQ:3$0" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(29) "class@anonymous/in/fb5IQ:3$0" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.4.1
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f753027a1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f753027a1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.4.0
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff55cc7a1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff55cc7a1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.33
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbb0e4d81df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbb0e4d81df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.32
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbffa0d41df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbffa0d41df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.31
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f85bb5e21df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f85bb5e21df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.30
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fac982891df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fac982891df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.29
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbd4b18c1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbd4b18c1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.28
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fb0838e01df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fb0838e01df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.27
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f748039e1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f748039e1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.26
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8e46b0f1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8e46b0f1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.25
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f0815dd31df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f0815dd31df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.24
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fca00b581df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fca00b581df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.23
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbd0a2701df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbd0a2701df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.21
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f3f92a571df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f3f92a571df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.20
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff5562361df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff5562361df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.19
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f14ba41c1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f14ba41c1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.18
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9881a1b1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9881a1b1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.17
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f179c5a41df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f179c5a41df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.16
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc55f5ca1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc55f5ca1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.13
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f7e642501df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f7e642501df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.12
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8a6c11a1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8a6c11a1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.11
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fe9966fb1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fe9966fb1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.10
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa0e7fce1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa0e7fce1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.9
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8b65d491df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8b65d491df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.8
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f25aa0541df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f25aa0541df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.7
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc7139581df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc7139581df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.6
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fe5d4f1f1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fe5d4f1f1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.5
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9764cb21df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9764cb21df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.4
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fee20e241df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fee20e241df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.3
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd3ee6be1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd3ee6be1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.2
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fe57e6b41df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fe57e6b41df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.1
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7eff0bf901df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7eff0bf901df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.3.0
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f029a17a1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f029a17a1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.33
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f6af3e1d1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f6af3e1d1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.32
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f7fb66581df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f7fb66581df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.31
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f48212ca1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f48212ca1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.30
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f53a09441df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f53a09441df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.29
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f3e5b6c21df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f3e5b6c21df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.26
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9cb8fb51df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9cb8fb51df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.25
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff71ee811df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff71ee811df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.24
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f3fbd7cc1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f3fbd7cc1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.23
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa50b5691df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa50b5691df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.22
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f4c6ef151df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f4c6ef151df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.21
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9bd3a021df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9bd3a021df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.20
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fb755c4d1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fb755c4d1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.19
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbee1e921df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbee1e921df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.18
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f0406fd91df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f0406fd91df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.17
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f5bed3861df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f5bed3861df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.16
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f7f81dba1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f7f81dba1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.15
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff7b72041df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff7b72041df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.14
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f1a3df041df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f1a3df041df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.13
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f81fb49d1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f81fb49d1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.12
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f71f72d61df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f71f72d61df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.11
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f133e85e1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f133e85e1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.10
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f08c218f1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f08c218f1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.9
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f81b1c2f1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f81b1c2f1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.8
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f67e0e021df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f67e0e021df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.7
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f1a15e771df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f1a15e771df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.6
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa910c8a1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa910c8a1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.5
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f68c412d1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f68c412d1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.4
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f62ddbf21df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f62ddbf21df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.3
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f03814131df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f03814131df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.2
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc36a4b81df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc36a4b81df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.1
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f1ffbe7e1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f1ffbe7e1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.2.0
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f946efd61df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f946efd61df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.33
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9388ead1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9388ead1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.32
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc405d1a1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc405d1a1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.31
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f17b11b61df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f17b11b61df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.30
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f3dc7f831df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f3dc7f831df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.29
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f78879331df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f78879331df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.28
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7feb9ab471df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7feb9ab471df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.27
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7faaedc521df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7faaedc521df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.26
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9ef73331df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9ef73331df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.25
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f04d3d5e1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f04d3d5e1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.24
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f141c0ea1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f141c0ea1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.23
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f02d67751df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f02d67751df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.22
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fddf77ba1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fddf77ba1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.21
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f4b3de621df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f4b3de621df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.20
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa876bb31df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa876bb31df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.19
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f23154901df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f23154901df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.18
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fe4725e61df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fe4725e61df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.17
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fb60fc061df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fb60fc061df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.16
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc7ea40b1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc7ea40b1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.15
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f12e517e1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f12e517e1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.14
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f537abc51df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f537abc51df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.13
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f48845b41df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f48845b41df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.12
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f622b7c01df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f622b7c01df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.11
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9fe81b41df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9fe81b41df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.10
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fcd4e0d51df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fcd4e0d51df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.9
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f925e75c1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f925e75c1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.8
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbe1dc811df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fbe1dc811df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.7
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f507242e1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f507242e1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.6
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9ef4e611df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9ef4e611df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.5
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9ebec2c1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f9ebec2c1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.4
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f530a8be1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f530a8be1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.3
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f73fa63e1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f73fa63e1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.2
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7eff39aef1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7eff39aef1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.1
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fcf961381df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fcf961381df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.1.0
Notice: Undefined variable: controller in /in/fb5IQ on line 3 object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f05a40621df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f05a40621df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.33
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f58f68e71df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f58f68e71df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.32
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f16ef03c1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f16ef03c1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.31
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f549342b1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f549342b1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.30
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f626b7731df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f626b7731df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.29
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f291553f1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f291553f1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.28
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f11381361df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f11381361df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.27
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8b986311df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8b986311df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.26
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f2951c4c1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f2951c4c1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.25
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f231ab171df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f231ab171df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.24
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd67c3141df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd67c3141df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.23
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f764a9091df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f764a9091df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.22
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8b18c761df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f8b18c761df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.21
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc7a53421df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc7a53421df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.20
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd3bfa121df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd3bfa121df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.19
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7feeccb251df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7feeccb251df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.18
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f176e3b21df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f176e3b21df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.17
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7faa793671df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7faa793671df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.16
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fdf219aa1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fdf219aa1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.15
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f65ae8a31df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f65ae8a31df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.14
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f076b8431df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f076b8431df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.13
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f90399721df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f90399721df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.12
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f7748dad1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f7748dad1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.11
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa2ab79a1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fa2ab79a1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.10
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f00d7b421df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f00d7b421df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.9
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fccb80e61df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fccb80e61df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.8
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f39001841df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f39001841df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.7
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd686b991df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd686b991df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.6
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff269d041df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7ff269d041df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.5
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f191f2231df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f191f2231df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.4
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd141ca91df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fd141ca91df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.3
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f02bad311df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f02bad311df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.2
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f02c3a6e1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7f02c3a6e1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.1
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7efe83bbd1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7efe83bbd1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 7.0.0
object(class@anonymous)#1 (3) { ["age"]=> int(15) ["height"]=> int(72) ["weight"]=> int(200) } int(15) int(19) object(Exception)#2 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(13) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(27) ["function"]=> string(5) "__get" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc3d1bff1df" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(7) "badProp" } } } ["previous":"Exception":private]=> NULL } object(Exception)#3 (7) { ["message":protected]=> string(25) "No such property: badProp" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/fb5IQ" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/fb5IQ" ["line"]=> int(33) ["function"]=> string(5) "__set" ["class"]=> string(39) "class@anonymous/in/fb5IQ0x7fc3d1bff1df" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> string(7) "badProp" [1]=> int(5) } } } ["previous":"Exception":private]=> NULL }
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Parse error: syntax error, unexpected 'class' (T_CLASS) in /in/fb5IQ on line 3
Process exited with code 255.

preferences:
327.78 ms | 402 KiB | 378 Q