3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { try { try { throw new Exception('Foo'); } finally { throw new Exception('Bar', 0, null); } } catch (Exception $e) { throw new Exception('Zot', 0, $e); } } catch(Exception $exception) { $foo = $exception; while ($actualPrevious = $foo->getPrevious()) { $previous++; echo "Previous $previous\n"; var_dump($foo); } }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $previous in /in/bJIXN on line 20 Previous 1 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 2 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 3 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 4 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 5 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 6 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 7 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 8 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 9 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 10 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 11 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 12 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 13 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 14 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 15 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 16 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 17 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 18 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 19 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 20 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 21 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 22 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 23 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 24 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 25 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 26 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 27 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 28 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 29 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 30 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(14) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#2 (7) { ["message":protected]=> string(3) "Bar" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(10) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> object(Exception)#1 (7) { ["message":protected]=> string(3) "Foo" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/bJIXN" ["line":protected]=> int(7) ["trace":"Exception":private]=> array(0) { } ["previous":"Exception":private]=> NULL } } } Previous 31 object(Exception)#3 (7) { ["message":protected]=> string(3) "Zot" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> strin
Process exited with code 137.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
41.5 ms | 437 KiB | 8 Q