Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15441 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74431 invoked by uid 1010); 15 Mar 2005 00:22:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74332 invoked from network); 15 Mar 2005 00:22:28 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 15 Mar 2005 00:22:28 -0000 X-Host-Fingerprint: 18.239.2.43 WITTEN.MIT.EDU FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (1) Received: from ([18.239.2.43:55275] helo=WITTEN.MIT.EDU) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id AC/31-31540-D9A26324 for ; Mon, 14 Mar 2005 19:21:49 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by WITTEN.MIT.EDU (Postfix) with ESMTP id 1AAE0E042B for ; Mon, 14 Mar 2005 19:22:12 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-ID: <50f9c846a001f384c8519e244dba82e7@bellsouth.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: internals@lists.php.net Date: Mon, 14 Mar 2005 19:22:11 -0500 X-Mailer: Apple Mail (2.619.2) Subject: Class names From: lingwitt@bellsouth.net I would recommend that class names need not be treated as strings: doSomethingWithAClass(ClassName) instead of doSomethingWithAClass("ClassName") As it is, this produces warnings with the right logging.