goba Mon Jul 29 17:00:23 2002 EDT Modified files: /phpdoc/en/language control-structures.xml Log: Typo fixes Index: phpdoc/en/language/control-structures.xml diff -u phpdoc/en/language/control-structures.xml:1.60 phpdoc/en/language/control-structures.xml:1.61 --- phpdoc/en/language/control-structures.xml:1.60 Mon Jul 29 16:57:18 2002 +++ phpdoc/en/language/control-structures.xml Mon Jul 29 17:00:21 2002 @@ -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 @@ <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 @@ <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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php