Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62538 invoked from network); 6 Sep 2013 22:00:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2013 22:00:14 -0000 Received: from [127.0.0.1] ([127.0.0.1:19222]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id FF/2A-05619-D605A225 for ; Fri, 06 Sep 2013 18:00:13 -0400 Authentication-Results: pb1.pair.com header.from=yigal@symbolclick.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yigal@symbolclick.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain symbolclick.com designates 209.85.212.51 as permitted sender) X-PHP-List-Original-Sender: yigal@symbolclick.com X-Host-Fingerprint: 209.85.212.51 mail-vb0-f51.google.com Received: from [209.85.212.51] ([209.85.212.51:63613] helo=mail-vb0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/D9-05619-3AD4A225 for ; Fri, 06 Sep 2013 17:48:20 -0400 Received: by mail-vb0-f51.google.com with SMTP id x16so2527384vbf.38 for ; Fri, 06 Sep 2013 14:48:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=g3+GMqsR/l0q7oaQpchRi3jxG3qQsDHWFy13Ex/Ggq0=; b=JSob33ZabUcCkwRuGeVqKxhpEvrwcT1WMu/f2Gqn8isfngrxA1POZHeLRcATQgpepW Y799+rhwrjEOeFlCM1/jFyIi3/iw0TU+RuLBSDt2DP8WuMvLkwDxshh/v1Ip1hrnUmnC 16r72Uov4DYkSwmnZ/OePIT8vA8vcH5kzc2YYEPARviLI0stbatGMlCGkQ6yvDnCX66Q WS7bpDeW4vDNmgZkOL+rsJaJdBKAu5ZlIURhi4jjLZ5EtFqt5HzdM5LrBtizKirrBrQf q/BMeYZ0J7pAeBh8u6lvZT6rL8ZyxKOgXc1g1b1x1yXZynAwTGkCvI4do3RvvU2vMkrt QPIg== X-Gm-Message-State: ALoCoQmx7RbdO5R9uw7gAUT2OPJ2ByMwTMbVCwqz/XTpePDTtCtDb1x5Kb07eyRQaI1jukrZR2Up MIME-Version: 1.0 X-Received: by 10.58.118.130 with SMTP id km2mr4302450veb.0.1378504096041; Fri, 06 Sep 2013 14:48:16 -0700 (PDT) Received: by 10.220.41.83 with HTTP; Fri, 6 Sep 2013 14:48:15 -0700 (PDT) X-Originating-IP: [74.101.80.140] Date: Fri, 6 Sep 2013 17:48:15 -0400 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=089e013a05acf754d904e5bdfe60 Subject: rfc: get rid of the mandatory dollar sign From: yigal@symbolclick.com (yigal irani) --089e013a05acf754d904e5bdfe60 Content-Type: text/plain; charset=ISO-8859-1 make all dollar sign usage optional except in double quoted strings and when calling calling functions by variable. relevant: http://www.reddit.com/r/PHP/comments/1ltulg/what_single_feature_do_you_want_to_see_added_to/cc2t7eu --089e013a05acf754d904e5bdfe60--