Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87714 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93912 invoked from network); 11 Aug 2015 20:00:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2015 20:00:26 -0000 X-Host-Fingerprint: 82.228.207.179 vil69-4-82-228-207-179.fbx.proxad.net Received: from [82.228.207.179] ([82.228.207.179:3311] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/64-00789-9545AC55 for ; Tue, 11 Aug 2015 16:00:25 -0400 Message-ID: <26.64.00789.9545AC55@pb1.pair.com> To: internals@lists.php.net Date: Tue, 11 Aug 2015 22:00:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 References: <55CA37EC.9090507@gmx.de> In-Reply-To: <55CA37EC.9090507@gmx.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Posted-By: 82.228.207.179 Subject: Re: include/require function declaration. From: florian.berbar@free.fr (Florian BERBAR) On 11/08/2015 19:59, Christoph Becker wrote: > On 11.08.2015 at 19:38, Florian BERBAR wrote: > >> I try to understand the internals implementation of include and require >> functions. I've reading the sources code in search of the answer but i >> didn't found those declarations. Does anyone can give me the file where >> those statements are ? > > I suggest you start looking at > . > Thank you Florian.