diff --git a/language/types.xml b/language/types.xml index 4779231790..703c1b44dc 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -782,6 +782,13 @@ echo 'I am trying to include at this point: \n a newline'; operating system. This is \r on Macintosh for example. + + If this rule is broken and the closing identifier is not "clean" + then it's not considered to be a closing identifier and PHP + will continue looking for one. If in this case a proper closing + identifier is not found then a parse error will result with the + line number being at the end of the script. +