Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15892 invoked by uid 1010); 5 May 2004 01:32:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15864 invoked by uid 1007); 5 May 2004 01:32:27 -0000 Message-ID: <20040505013226.15836.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040504052554.60192.qmail@pb1.pair.com> <5.1.0.14.2.20040504145025.02839008@127.0.0.1> <04c101c431dd$f85e4e80$0a00a8c0@home.jevon.org> Date: Wed, 5 May 2004 10:32:26 +0900 Lines: 36 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 202.179.19.82 Subject: Re: [PHP-DEV] nested includes fails? From: tumurbaatar@datacom.mn ("Tumurbaatar S.") Hi, Jevon, Mine is not so complex: //all files in 'inc' include 'common.php' \inc\a.php \inc\b.php //common.php does not include anything \inc\common.php //this works. Main scripts include 'common.php' indirectly \member\member.php //this fails:redeclaration of class C \member\member3.php