Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37125 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94930 invoked from network); 18 Apr 2008 07:22:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Apr 2008 07:22:27 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.174 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 66.249.92.174 ug-out-1314.google.com Received: from [66.249.92.174] ([66.249.92.174:12115] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/56-54733-23C48084 for ; Fri, 18 Apr 2008 03:22:27 -0400 Received: by ug-out-1314.google.com with SMTP id u40so30622ugc.29 for ; Fri, 18 Apr 2008 00:22:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=5CDtIBowDiXjJs9JR2HQiCziKRIEu7Kqzt2byvFlvX8=; b=kel2ZXKbQ7aZW1WCY6nlS5r5MvI+9svuKxoUHwaTaAvYIoz8jvtcpWYd6EPv3Wja8U2m5Up0OcnbKOQPQ+gmk33Bbt/6TMi8kK6r/7x06uk3NBszHVzd8KTJxlSo+MhK46zRfybR8SgOKnkbWXnWeXRcUikt1CLGu6gESuMIPxc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=PjQ41ms6aKBayLaDvMb1jCVN7hKCv/vzCqiCzJzLBGl6bT0DiK4SpPklTaRzgsLOGrk+rDtiY6ZGZUfC/Q/spZNGAsat8jU2gVUMQsXs4U5SHqIkfyK3i5a9vwPcDeumKwITCvv/4vZF5/tlPOHONQD3chrZ6zN59hUlQ2K5h2w= Received: by 10.67.32.7 with SMTP id k7mr390641ugj.11.1208503343837; Fri, 18 Apr 2008 00:22:23 -0700 (PDT) Received: by 10.66.219.9 with HTTP; Fri, 18 Apr 2008 00:22:23 -0700 (PDT) Message-ID: <9b3df6a50804180022o22dabf92v906d6943c853e78@mail.gmail.com> Date: Fri, 18 Apr 2008 10:22:23 +0300 To: "Jarismar Chaves da Silva" Cc: "Derick Rethans" , "Felipe Pena" , internals@lists.php.net In-Reply-To: <4807DA85.7090108@adplabs.com.br> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5678_10802793.1208503343824" References: <1208404255.5665.34.camel@pena> <4807DA85.7090108@adplabs.com.br> Subject: Re: [PHP-DEV] [RFC] Type hints (parameter and return value) From: arvids.godjuks@gmail.com ("Arvids Godjuks") ------=_Part_5678_10802793.1208503343824 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline +1 for strict types. That way it will be simple: * Don't need - then don't use at all * You need it - you use it fully. One thing than left to clearfy - do we allow to hint only part of args or do we go the road "if hint args, then hint them all!" (I'm personaly for second one - be strict) ------=_Part_5678_10802793.1208503343824--