Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31667 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39672 invoked by uid 1010); 17 Aug 2007 05:36:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39656 invoked from network); 17 Aug 2007 05:36:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2007 05:36:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.146.176 wa-out-1112.google.com Received: from [209.85.146.176] ([209.85.146.176:27505] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/01-31045-6E335C64 for ; Fri, 17 Aug 2007 01:36:38 -0400 Received: by wa-out-1112.google.com with SMTP id m28so114762wag for ; Thu, 16 Aug 2007 22:36:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Yg2snzsEc0FZY2GxHDw218+Hx/KdmKVqviu4xzTfr7ZPhIqWiCy8me3h30b9L+qbfUgK52njiL8kyuYTAPIcuQcjCW3sF+mcbPT1LSeSb+5IDVY7xYFjpF0F5Mj3QSrXF/W/uYKTN7N4eCWrmWJHPuO0oOaATiX4EdpBtLoNrag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qiD1BtndQ3R8Ys/bvkFuUcZSz24AtNkk/1d4y+7x/spKgIwyDPVR7/BmOCCThj9loDsumua4Sikl2AS1OLkUsykO0EKGd01/GbRGDaxzEOxESgBejh2ZAtowbSc2PYVIo2RQ4uZFeW+ogjj2fJVF2y6CnDt91YueRkIFX/YEbdU= Received: by 10.114.126.1 with SMTP id y1mr2035654wac.1187328994779; Thu, 16 Aug 2007 22:36:34 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Thu, 16 Aug 2007 22:36:34 -0700 (PDT) Message-ID: Date: Fri, 17 Aug 2007 07:36:34 +0200 To: "Marcus Boerger" Cc: "=?ISO-8859-1?Q?Nicolas_B=E9rard-Nault?=" , "PHP Developers Mailing List" In-Reply-To: <8410417237.20070816224322@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C30190.2060106@pooteeweet.org> <1222090294.20070816222340@marcus-boerger.de> <30bd80240708161337k38d61082le50a2260468e3ae7@mail.gmail.com> <8410417237.20070816224322@marcus-boerger.de> Subject: Re: [PHP-DEV] reserved word alert From: pierre.php@gmail.com (Pierre) On 8/16/07, Marcus Boerger wrote: > Hello Nicolas, > > yes. All my global functions and my classes are prefixed. Prefix the methods are not a solution. The only cases where it is acceptable are the magic methods (when we introduce new ones) like __get/set. But that happens rarely. --Pierre