Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32640 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17161 invoked by uid 1010); 5 Oct 2007 03:49:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17145 invoked from network); 5 Oct 2007 03:49:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2007 03:49:42 -0000 Authentication-Results: pb1.pair.com header.from=mike@silverorange.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mike@silverorange.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain silverorange.com from 198.167.161.16 cause and error) X-PHP-List-Original-Sender: mike@silverorange.com X-Host-Fingerprint: 198.167.161.16 nova.silverorange.com Received: from [198.167.161.16] ([198.167.161.16:46301] helo=nova.silverorange.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/5F-19644-454B5074 for ; Thu, 04 Oct 2007 23:49:41 -0400 Received: from localhost (clementine.grove.silverorange.com [127.0.0.1]) by nova.silverorange.com (Postfix) with ESMTP id 994B31D0008 for ; Fri, 5 Oct 2007 00:49:37 -0300 (ADT) X-Virus-Scanned: amavisd-new at silverorange.com Received: from nova.silverorange.com ([192.168.0.12]) by localhost (clementine.grove.silverorange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iivNPQkeadMj for ; Fri, 5 Oct 2007 00:49:37 -0300 (ADT) Received: from [192.168.0.104] (rind.silverorange.com [198.167.161.34]) by nova.silverorange.com (Postfix) with ESMTP id 6D3D71D0006 for ; Fri, 5 Oct 2007 00:49:37 -0300 (ADT) To: internals@lists.php.net Content-Type: text/plain Date: Fri, 05 Oct 2007 00:49:36 -0300 Message-ID: <1191556176.31999.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Subject: get_namespace() From: mike@silverorange.com (Michael Gauthier) With PHP 5.3 will there be a get_namespace($object) function equivalent to get_class($object)?