Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77204 invoked by uid 1010); 10 Dec 2007 05:06:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77189 invoked from network); 10 Dec 2007 05:06:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2007 05:06:55 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 64.97.136.181 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.181 smtpout0181.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.181] ([64.97.136.181:5698] helo=n068.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/0F-53444-E69CC574 for ; Mon, 10 Dec 2007 00:06:55 -0500 Received: from foxbox (80.195.223.230) by n068.sc1.he.tucows.com (7.2.069.1) (authenticated as steph.fox) id 47586AEC0009D1B5; Mon, 10 Dec 2007 05:06:42 +0000 Message-ID: <018201c83aea$89228bc0$e6dfc350@foxbox> Reply-To: "Steph Fox" To: "Stanislav Malyshev" , "Moritz Bechler" Cc: "Marco Kaiser" , "'Dirk Thomas / 4wd media'" , References: <46.93.08781.F374D474@pb1.pair.com> <474d5320.0d135e0a.43d0.ffffd2b3@mx.google.com> <474D6813.9090606@eenterphace.org> <474DB7F8.5010907@zend.com> <016b01c83ae3$c3acfb60$e6dfc350@foxbox> Date: Mon, 10 Dec 2007 05:07:15 -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: Re: [PHP-DEV] question regarding type hinting parameters of php functions (array_slice) From: steph@zend.com ("Steph Fox") > all of a sudden the fourth parameter, preserve_keys, doesn't throw > zend_parse_parameter() warnings any more, regardless of the type you give > it. (You tell me...) ... because I re-used the same variable in the test script after it had been converted to long. OK, so that mystery's solved. But the rest still stands. - Steph