|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-20 14:54 UTC] joshua at six6 dot nu
[2003-04-21 09:29 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 15:00:02 2025 UTC |
/* test.php $html_smalls = ("sups"); \* /* test2.php smalls(); function smalls() { include ("test.php"); echo $GLOBALS['html_smalls']; } It won't output 'sups' if a file is included in a function.