lgyers / firephp

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

the code in the fb() function has a second return statement that will never be reached #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
function fb() {

  $instance = FirePHP::getInstance(true);

  $args = func_get_args();
  return call_user_func_array(array($instance,'fb'),$args); // Function
exits here

  return true; // ???
}

Original issue reported on code.google.com by gera...@gmail.com on 21 Aug 2008 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 21 Aug 2008 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 22 Sep 2008 at 8:54

GoogleCodeExporter commented 9 years ago
Fixed in 0.2 BETA

Original comment by christop...@gmail.com on 1 Oct 2008 at 6:31

GoogleCodeExporter commented 9 years ago

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