Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87709 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80968 invoked from network); 11 Aug 2015 17:45:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2015 17:45:03 -0000 Received: from [127.0.0.1] ([127.0.0.1:21770]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 3E/32-00789-F943AC55 for ; Tue, 11 Aug 2015 13:45:03 -0400 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:23896] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/32-00789-9133AC55 for ; Tue, 11 Aug 2015 13:38:35 -0400 Message-ID: To: internals@lists.php.net Date: Tue, 11 Aug 2015 19:38:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Posted-By: 82.228.207.179 Subject: include/require function declaration. From: florian.berbar@free.fr (Florian BERBAR) Hi list, 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 ? Thank you Florian.