Hi,

Today, while discussing with my teachers and colleagues about PHP vs Java, I've found a typo in the bench.php file.

In the line 169, you should read:
"    return(($n < 2) ? 1 : fibo_r($n - 2) + fibo_r($n - 1));"

Could someone please fix it?


Thanks,
Nuno


P.S.: if anyone has some material to help me to convince them, please mail it to me :)
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to