lgyers / firephp

Automatically exported from code.google.com/p/firephp
0 stars 0 forks source link

accessing an array element that doesn't exist #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install version 0.1.1 from the firephp site
2. visit the demo oo.php page
3.

What is the expected output?
A working demo

What do you see instead?
Notice: Undefined offset: 1 in
/xxx/htdocs/fire/lib/FirePHPCore/FirePHP.class.php on line 167
This is because you are looking at $trace[$i+1] when trace only contains
one element. There is no element 1.

What version of the product are you using? On what operating system?
0.1.1 on linux

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072612
GranParadiso/3.0.1

Please provide any additional information below.

Original issue reported on code.google.com by dni...@gmail.com on 31 Aug 2008 at 5:51

GoogleCodeExporter commented 9 years ago
Same as Issue 12.

Original comment by christ...@christophdorn.com on 31 Aug 2008 at 5:59