diff --git a/language/types.xml b/language/types.xml index 36a40ba712..7679fddf2c 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1278,23 +1278,13 @@ $error_descriptions[8] = "This is just an informal notice"; constant or keyword, and then you get in trouble. For example, you already cannot use the words empty and default this way, since they are special keywords. - - - - And, if these arguments don't help: this syntax is simply deprecated, - and it might stop working some day. When you turn error_reporting to E_ALL, - you will see that PHP generates warnings whenever this construct - is used. This is also valid for other deprecated 'features'. + you will see that PHP generates warnings whenever an + index is used which is not defined (put the line error_reporting(E_ALL); in your script)