Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47799 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9290 invoked from network); 6 Apr 2010 10:17:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Apr 2010 10:17:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.220.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 209.85.220.225 mail-fx0-f225.google.com Received: from [209.85.220.225] ([209.85.220.225:33797] helo=mail-fx0-f225.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/F9-49863-62A0BBB4 for ; Tue, 06 Apr 2010 06:17:11 -0400 Received: by fxm25 with SMTP id 25so88048fxm.23 for ; Tue, 06 Apr 2010 03:17:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:from:date :received:message-id:subject:to:content-type; bh=Bk01msZ8pYtw2cuhjioVNMEZwqELqwH00J8SKQX9vh0=; b=WAwvRNqzihRYK03wRHOldu/EJh9E2HxJh4cCcujpdvZCMI80C35gU92hyatCrxOlk5 9//OOSvusjXSpXGZxs95dn3cl8G2Oa/xC9bV8gRiPQC8gxZzntiQBGmurICk1V+jvKwH TOYr/wejKToCqgFqtFErMMih2HK3Z8YBCn0hw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; b=cnE+xg2NcClhB/0sNyFCjIqXEETM2oRrWbJ28gUcNfB3TTfSEGOvrC0bDRi/C2AvHG +LcNBdXTS30IIGbBspReVYk4rJj39sS73e8x+ZCJSKKQEbsCHQ6qrPBePz4mdUsgq/Ga 2U8Ijm/UYgysixV/uegrWBx5ZrnTDFZEcXqzw= MIME-Version: 1.0 Received: by 10.223.126.80 with HTTP; Tue, 6 Apr 2010 03:16:47 -0700 (PDT) Reply-To: RQuadling@googlemail.com Date: Tue, 6 Apr 2010 11:16:47 +0100 Received: by 10.223.6.27 with SMTP id 27mr7096614fax.31.1270549027354; Tue, 06 Apr 2010 03:17:07 -0700 (PDT) Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Supplying nothing at all for default parameters From: rquadling@googlemail.com (Richard Quadling) Hello. A suggestion I would like to make is to allow for nothing to be supplied for defaulted parameters. I suppose the easiest way of describing this issue is with the following code ...