001 │ GET localhost:8080/
001 │ P {main}() /php/index.php +0
001 │ »  P require_once("/php/objects.php") /php/index.php +4
001 │ »  »  P Foo->method1(y="foo") /php/objects.php +23
001 │ »  »  »  P Foo->method2(x=123, y="foo") /php/objects.php +9
001 │ »  »  »  »  Foo->method3(x=123) /php/objects.php +13
001 │ P {main}() /php/index.php +0
001 │ »  P require_once("/php/objects.php") /php/index.php +4
001 │ »  »  P Foo->method1(y="foo") /php/objects.php +23
001 │ »  »  »  P Foo->method2(x=123, y="foo") /php/objects.php +9
001 │ »  »  »  »  Foo->method3(x="foo") /php/objects.php +14
001 │ P {main}() /php/index.php +0
001 │ »  P require_once("/php/objects.php") /php/index.php +4
001 │ »  »  P Foo->method2(x="bar", y="baz") /php/objects.php +24
001 │ »  »  »  Foo->method3(x="bar") /php/objects.php +13
001 │ P {main}() /php/index.php +0
001 │ »  P require_once("/php/objects.php") /php/index.php +4
001 │ »  »  P Foo->method2(x="bar", y="baz") /php/objects.php +24
001 │ »  »  »  Foo->method3(x="baz") /php/objects.php +14
001 │ P {main}() /php/index.php +0
001 │ »  P require_once("/php/objects.php") /php/index.php +4
001 │ »  »  Foo->method3(x="qwerty") /php/objects.php +25
