Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97219 invoked by uid 1010); 10 Dec 2007 17:40:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97198 invoked from network); 10 Dec 2007 17:40:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2007 17:40:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 64.97.136.149 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.149 smtpout0149.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.149] ([64.97.136.149:20112] helo=n066.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/08-37002-5737D574 for ; Mon, 10 Dec 2007 12:12:25 -0500 Received: from sc1-out05.emaildefenseservice.com (64.97.139.2) by n066.sc1.he.tucows.com (7.2.069.1) id 47586DDB0007EBE6; Mon, 10 Dec 2007 17:12:15 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,cc2960a93ee5df8e,657623e3a9fcb11b,steph@zend.com,-,RULES_HIT:355:379:539:540:541:542:543:567:602:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1536:1559:1587:1593:1594:1711:1714:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2828:3870:3871:3872:3873:3876:4250:5007:6120:6261,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-Spamcatcher-Explanation: Received: from foxbox (unknown [64.97.206.40]) (Authenticated sender: steph.fox) by sc1-out05.emaildefenseservice.com (Postfix) with ESMTP; Mon, 10 Dec 2007 17:12:14 +0000 (UTC) Message-ID: <00ed01c83b4f$e25fbf40$e6dfc350@foxbox> Reply-To: "Steph Fox" To: "Stas" Cc: "internals" Date: Mon, 10 Dec 2007 17:12:41 -0000 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Fw: [PHP-DEV] question regarding type hinting parameters of php functions (array_slice) From: steph@zend.com ("Steph Fox") > If Z_TYPE_P(length_param) is 0, it's not NULL because it has something in > it. Bleh... but you know what I mean :)