Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3965 invoked from network); 12 Jan 2014 17:07:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2014 17:07:10 -0000 Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.50 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.83.50 mail-ee0-f50.google.com Received: from [74.125.83.50] ([74.125.83.50:62805] helo=mail-ee0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/C2-19657-DBBC2D25 for ; Sun, 12 Jan 2014 12:07:10 -0500 Received: by mail-ee0-f50.google.com with SMTP id d17so290577eek.9 for ; Sun, 12 Jan 2014 09:07:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=MqXfzyPc8+zqOrT2gi7bNKMjg4PjGg0x7BiUXB1qxF0=; b=XwoKnPJ1OPgmRUgXlSERPiaaHxaXjeKtNl3rvnlTG9q5n9+B98GH9i1EeDaiEL2VFp EWhV2AxjlR3leH0QkVgiC25yNdnDM8x2mgkgUIb27jx7vIJyL9jVzdJs9ACYInTNYhmS rs0gRtZc0XytyaldxgrsrWfrePZCrZvQkXfGPvhgoSwfleg0e3UugseBpnuHnsNNKYKf Ic0g7LvhVmAZc8HFDiJIstyKO1uENzaFPZHoJOnjRulG9pT7u3gPCROtgZW2ZkhTjAf9 XO3ymW9gPguL9CpzWinD2x11LXz8E0+uhB1RKjl6Qu29Y82qh5gPNTsAEYVpo854zJCM 93OQ== X-Received: by 10.14.212.69 with SMTP id x45mr22683262eeo.69.1389546426605; Sun, 12 Jan 2014 09:07:06 -0800 (PST) Received: from ingwies-air.speedport_w723_v_typ_a_1_00_098 (p5B152E4E.dip0.t-ipconnect.de. [91.21.46.78]) by mx.google.com with ESMTPSA id m48sm14460748eef.6.2014.01.12.09.07.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 12 Jan 2014 09:07:06 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) In-Reply-To: <52D2CAAF.9040708@ajf.me> Date: Sun, 12 Jan 2014 18:07:04 +0100 Cc: Patrick Schaaf , nikic@php.net, internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <581A185E-0F00-4B49-AA87-859D75E63BA2@googlemail.com> <52D2CAAF.9040708@ajf.me> To: Andrea Faulds X-Mailer: Apple Mail (2.1822) Subject: Re: [PHP-DEV] Revisiting the "Named Arguments" RFC From: ingwie2000@googlemail.com (Kevin Ingwersen) Am So. Jan. 12 2014 18:02:39 schrieb Andrea Faulds: > On 12/01/14 09:14, Kevin Ingwersen wrote: >> So therefore, I would actually suggest using colons. It does quite = mimic the ObjC calling style, but it keeps the old-fashioned function = style, which I honestly prefer (besides, adopting an ObjC messaging = style syntax would be either ultra-hard or never accepted :D). >=20 > It also looks like C#'s named arguments. Oh really? Good to know, I never did anything more than Hello World with = C#, because I dont trust in Mono a lot on OS X ^^;=