From bbf97ee85f80c15e9479e7671dd6bca80210d144 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 7 Nov 2008 11:26:57 +0000 Subject: [PATCH] declare doesn't affect parent (bug #44345) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268487 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index dc13f395d9..06fb4bf6f0 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1186,7 +1186,9 @@ declare (directive) The declare construct can also be used in the global - scope, affecting all code following it. + scope, affecting all code following it (however if the file with + declare was included then it does not affect the parent + file).