mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
52bf027d4c
commit
5b05e0c7e6
1 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue