Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68960 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28851 invoked from network); 9 Sep 2013 03:58:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2013 03:58:42 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.169 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.220.169 mail-vc0-f169.google.com Received: from [209.85.220.169] ([209.85.220.169:54889] helo=mail-vc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/22-03199-1774D225 for ; Sun, 08 Sep 2013 23:58:42 -0400 Received: by mail-vc0-f169.google.com with SMTP id ib11so3728760vcb.0 for ; Sun, 08 Sep 2013 20:58:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=FtnHwGnMC/34p8JXHA61vqXsnTJznPEGsJezTthdT3M=; b=JCaQ7bDlCOh1IUDbkGIOF5JTRVd3P3GLrRt4tT2Cz/DMGDtpvd0TKWZnV2sGyI6cCF p0jbcEi8ZYyFEHNIO9quBFj1uCSr+VmXHifA4JPAtcv/v/xvEoi+omW83BAkmrE1KlPr 7P+R9x3D6+bNQkwWkrdbLtB5/zl8D+4qWIYdzMzt2wf7tIPsKgXDPZy6/oD2ousHPh2O pOffinzZ6KeSXKClz1UqcNGD8TalUwbJD1NYKyjopMgMUhFRWfmqeWOBP/sZAJBM1mJc sDrBKfH3f6spgxC6J+D1q0Ys1bfHm9zmFz89oqXkrQlB+Cl+cjd5t/1iMCllgZL8lZxo 2OPA== MIME-Version: 1.0 X-Received: by 10.221.64.17 with SMTP id xg17mr15411685vcb.5.1378699118975; Sun, 08 Sep 2013 20:58:38 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.58.215.14 with HTTP; Sun, 8 Sep 2013 20:58:38 -0700 (PDT) In-Reply-To: References: Date: Mon, 9 Sep 2013 05:58:38 +0200 X-Google-Sender-Auth: GQCXi9GzIG0Ws04itJ635GQX5jQ Message-ID: To: Sara Golemon Cc: yigal irani , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] rfc: get rid of the mandatory dollar sign From: kalle@php.net (Kalle Sommer Nielsen) 2013/9/7 Sara Golemon > > Still funny, but that troll has been played before. I don't think anyone's > suggested the Euro yet though, maybe go for that next time. > I think it is about time we get rid of the dollar sigil too; I personally suggest something in plain ASCII like "kr" (Kroner): krkr = 10; // 10 kroner! kr{''} = "\0"; // Empty variable with nul value We still have the collision with constant and function lookups, but we all know how variable our currency is so nobody would bother "prefixing" any of those with kr. TL;DR, I need sleep :( -- regards, Kalle Sommer Nielsen kalle@php.net