Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16706 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58418 invoked by uid 1010); 15 Jun 2005 19:39:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58403 invoked from network); 15 Jun 2005 19:39:48 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2005 19:39:48 -0000 X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.22:40770] helo=sapo.pt) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 53/01-20931-30480B24 for ; Wed, 15 Jun 2005 15:39:48 -0400 Received: (qmail 24917 invoked from network); 15 Jun 2005 19:39:43 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.157) by relay2 with SMTP; 15 Jun 2005 19:39:43 -0000 Received: (qmail 9024 invoked from network); 15 Jun 2005 19:39:41 -0000 X-AntiVirus: PTMail-AV 0.3.85 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.76.63]) (envelope-sender ) by mta7 (qmail-ldap-1.03) with SMTP for ; 15 Jun 2005 19:39:41 -0000 Message-ID: <000501c571e1$f8921270$0100a8c0@pc07653> To: "PHPdev" Date: Wed, 15 Jun 2005 20:39:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: typo in Zend/bench.php From: nlopess@php.net ("Nuno Lopes") 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 :)