Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96988 invoked from network); 15 Jan 2013 21:22:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2013 21:22:18 -0000 Authentication-Results: pb1.pair.com header.from=thbley@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=thbley@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: thbley@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:37646] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/31-25628-988C5F05 for ; Tue, 15 Jan 2013 16:22:17 -0500 Received: by mail-ob0-f170.google.com with SMTP id wp18so660068obc.1 for ; Tue, 15 Jan 2013 13:22:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=8XSnz4AXKNxV5zrq/yk0R+Mp9JLnPsTrGHA4GPo/XSA=; b=Whydio1KsARtKDebslLjfNxSd5igRkQHgRz0/7M83avIuUw7T0dkDCHiIYjEu7Tb29 XMJhRZbMO++LustoVfXBbDfhH1jVA0JF2EtxhSUba8FbB6OMb+msUZH6bQzJuu4zGf1/ /Q2zyRAQ3gxPoj645LuFwML61UvDFg8Q/j4i+skU3st1NIJvt1M+LtdyUGgAHgale7xF fuCIWgZAPO0p3i7ZjNA2NGLmuLbR7CTqy5cqLyF8KAbaRIghWfrC2u4oAcHjbI+QRyCE qcstWURFRI+zeWIZkOg5LFtNO3J7uHGQNwnvDxDLual3+ZzPS974i6yU0iuBRod30JD8 3oZg== MIME-Version: 1.0 Received: by 10.182.69.71 with SMTP id c7mr64420292obu.92.1358284934810; Tue, 15 Jan 2013 13:22:14 -0800 (PST) Sender: thbley@gmail.com Received: by 10.76.172.234 with HTTP; Tue, 15 Jan 2013 13:22:14 -0800 (PST) Date: Tue, 15 Jan 2013 22:22:14 +0100 X-Google-Sender-Auth: S2Ci6RocghdoSRaGvzlbJbhNkOo Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: New operator for htmlspecialchars From: thbley+php@gmail.com (Thomas Bley) Hello, I created a small ticket to propose a shorter syntax for htmlspecialchars: old: new: or: any comments, pros and cons? https://bugs.php.net/bug.php?id=62574 Best regards, Thomas