Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40048 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62418 invoked from network); 21 Aug 2008 13:06:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2008 13:06:55 -0000 X-Host-Fingerprint: 64.8.134.189 unknown Received: from [64.8.134.189] ([64.8.134.189:26240] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/AF-06543-E686DA84 for ; Thu, 21 Aug 2008 09:06:55 -0400 To: internals@lists.php.net,Stanislav Malyshev Message-ID: <48AD686B.80008@gmail.com> Date: Thu, 21 Aug 2008 08:06:51 -0500 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 References: <48AC8102.7030102@zend.com> In-Reply-To: <48AC8102.7030102@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 64.8.134.189 Subject: Re: [PHP-DEV] Namespace Global User Function Calls From: rpanning@gmail.com (Ryan Panning) Stanislav Malyshev wrote: > Hi! > > Tried this code (adding echo before 'Global Called!' so that it would > actually output something) - works just fine. I noticed that error yesterday when I was testing on another computer. It did work on this computer. I'll have to go back today to the first computer and do some checking. Basically, I'm making a system to integrate with forum software, including phpBB3. I was trying to call their add_log function from a namespace > class > method of mine. It seemed if I called it from the global space it worked, but not from the namespace. Not sure what was going on but I'll try to do further checking. Is there anything I could look at to help troubleshoot this? Thanks