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
This commit is contained in:
Christoph Michael Becker 2020-10-20 13:46:53 +00:00
parent 52bf027d4c
commit 5b05e0c7e6

View file

@ -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.
?>
]]>
</programlisting>