From 492229c5ce428141c382e70745d10944a1a3f0ef Mon Sep 17 00:00:00 2001 From: jim winstead Date: Tue, 9 Oct 2001 23:29:27 +0000 Subject: [PATCH] the 'alternative' syntax is not deprecated git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59289 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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,