firephp / firephp-core

FirePHP server library for sending PHP variables to the browser.
http://www.firephp.org
224 stars 78 forks source link

Incorrect array(1) display #5

Closed cadorn closed 5 years ago

cadorn commented 12 years ago
fb::log(array(
    '1' => array(1)
)); 

prints just array('1' => '1') if you click on it in firebug console.

cadorn commented 5 years ago

Seems to work with latest extension.