Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64445 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70955 invoked from network); 26 Dec 2012 23:42:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Dec 2012 23:42:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:60353] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/F2-43002-B7B8BD05 for ; Wed, 26 Dec 2012 18:42:52 -0500 Received: from transformer.fritz.box (host-188-174-218-7.customer.m-online.net [188.174.218.7]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 6B3F665710; Thu, 27 Dec 2012 00:42:48 +0100 (CET) User-Agent: K-9 Mail for Android In-Reply-To: <44.52.43002.4B28BD05@pb1.pair.com> References: <8D.41.07178.7380BD05@pb1.pair.com> <1cd52721-96cf-4a78-b631-89221e523852@email.android.com> <44.52.43002.4B28BD05@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Thu, 27 Dec 2012 00:42:51 +0100 To: Yussuf Khalil ,internals@lists.php.net Message-ID: Subject: Re: [PHP-DEV] RFC: Add a deprecated modifier for functions From: johannes@schlueters.de (=?ISO-8859-1?Q?Johannes_Schl=FCter?=) Yussuf Khalil wrote: >Could you please explain why a simple keyword like T_DEPRECATED could >break something? It breaks everything using "deprecated" as function name, constant, property name, class name, method name, ... as the parser doesn't know much about the meaning and context. johannes