|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-01 23:44 UTC] iliaa@php.net
[2002-11-05 10:38 UTC] leon at leonatkinson dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 23 17:00:02 2025 UTC |
Please consider the following script. <? include("http://www.php.net/index.php"); print_r(get_included_files()); ?> Using require(), require_once() or include_once() causes "http://www.php.net/index.php" to appear in get_included_files()'s return value.