lgyers / firephp

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

Notice message in 0.2b2 #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Dump an object class with any static properties public, protected or private

What is the expected output? What do you see instead?
Have a notice "Notice: Undefined index: spv in FirePHP.inc on line 1019"

Workaround:
Replace 
 if($members[$raw_name]) {
With
 if(isset($members[$raw_name])) {

One suggestion: Icons and colors for type of members are cool but i would
like to have choice to have text, icon or both. At least, both.

Original issue reported on code.google.com by tit...@gmail.com on 8 Oct 2008 at 12:23

GoogleCodeExporter commented 9 years ago
Please check 0.2.b.3

Please put in a new ticket for the suggestion regarding the visibility icons.

Original comment by christ...@christophdorn.com on 8 Oct 2008 at 11:16

GoogleCodeExporter commented 9 years ago
Fixed in 0.2.b.4

Original comment by tit...@gmail.com on 9 Oct 2008 at 6:27

GoogleCodeExporter commented 9 years ago

Original comment by christ...@christophdorn.com on 22 Oct 2008 at 5:13