parveen14 / webgrind

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

Integer overflow #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In some cases, total call cost can overflow the integer:

php::strlen @ 232   359     -2147483

This in particular is a case of tracing Zend_Config_Yaml.php from Zend 
laboratory svn repository.

Original issue reported on code.google.com by matej.hu...@gmail.com on 30 Jun 2010 at 12:37