diff --git a/language/control-structures.xml b/language/control-structures.xml index 94c01bcde7..dac8400032 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1360,7 +1360,7 @@ echo $bar; // prints 1 Be aware, that the behaviour of require_once - amd include_once may not be what you expect + and include_once may not be what you expect on a non case sensitive operating system (such as Windows). <function>require_once</function> is case sensitive @@ -1414,7 +1414,7 @@ require_once("A.php"); // this will include a.php again on Windows! Be aware, that the behaviour of include_once - amd require_once may not be what you expect + and require_once may not be what you expect on a non case sensitive operating system (such as Windows). <function>include_once</function> is case sensitive