Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4215 invoked from network); 10 Nov 2008 01:08:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 01:08:12 -0000 X-Host-Fingerprint: 83.6.220.160 abce160.neoplus.adsl.tpnet.pl Received: from [83.6.220.160] ([83.6.220.160:21481] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/1D-36888-87987194 for ; Sun, 09 Nov 2008 20:08:10 -0500 Message-ID: To: internals@lists.php.net Followup-To: php.internals Lines: 23 Date: Mon, 10 Nov 2008 02:08:04 +0100 Organization: CrystalPoint User-Agent: KNode/0.99.01 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Posted-By: 83.6.220.160 Subject: Bug in namespaces and type hints From: m.kurzyna@crystalpoint.pl (Marcin Kurzyna) Hi, recent change in namespace code introduced new bug, please consider: triggers "Fatal error: Default value for parameters with a class type hint can only be NULL" where the same w/o namespace definition works as expected (no error). this is tested with currently newest snap: 2008.11.09 23:30 (UTC) I haven't filed bug report for this yet i'll do it if required. TIA for quick fix ;-) Marcin Kurzyna