From 5b05e0c7e6ef2e70d8f8d7a6c4dd43c44bdd95d6 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 20 Oct 2020 13:46:53 +0000 Subject: [PATCH] Remove confusing and apparently unrelated lines from example This integrates user note 125445. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350957 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/include.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml index 4acc0f4244..6c6318a502 100644 --- a/language/control-structures/include.xml +++ b/language/control-structures/include.xml @@ -157,12 +157,6 @@ include 'file.php?foo=1&bar=2'; // Works. include 'http://www.example.com/file.php?foo=1&bar=2'; - -$foo = 1; -$bar = 2; -include 'file.txt'; // Works. -include 'file.php'; // Works. - ?> ]]>