diff --git a/language/control-structures.xml b/language/control-structures.xml index 6bee9af6b6..e1cec4cbf1 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -154,18 +154,6 @@ if ($a > $b) { Alternative syntax for control structures - - - - Alternative syntax is deprecated as of PHP 4. Basically, - it just generates unreadable code, and it gets - very complicated when mixing it with the normal syntax. - Although there are no plans to break this syntax, it - cannot be ruled out that one day this will stop working. - You are warned. - - - PHP offers an alternative syntax for some of its control structures; namely, if,