mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90353 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8be263e259
commit
fbf6a0522f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.60 $ -->
|
||||
<!-- $Revision: 1.61 $ -->
|
||||
<chapter id="control-structures">
|
||||
<title>Control Structures</title>
|
||||
|
||||
|
@ -1360,7 +1360,7 @@ echo $bar; // prints 1
|
|||
<note>
|
||||
<para>
|
||||
Be aware, that the behaviour of <function>require_once</function>
|
||||
amd <function>include_once</function> may not be what you expect
|
||||
and <function>include_once</function> may not be what you expect
|
||||
on a non case sensitive operating system (such as Windows).
|
||||
<example>
|
||||
<title><function>require_once</function> is case sensitive</title>
|
||||
|
@ -1414,7 +1414,7 @@ require_once("A.php"); // this will include a.php again on Windows!
|
|||
<note>
|
||||
<para>
|
||||
Be aware, that the behaviour of <function>include_once</function>
|
||||
amd <function>require_once</function> may not be what you expect
|
||||
and <function>require_once</function> may not be what you expect
|
||||
on a non case sensitive operating system (such as Windows).
|
||||
<example>
|
||||
<title><function>include_once</function> is case sensitive</title>
|
||||
|
|
Loading…
Reference in a new issue