From 4edc895c9021b81d5c55abeb529e9604d67c100e Mon Sep 17 00:00:00 2001 From: Victor Boivie Date: Wed, 5 Mar 2003 07:02:43 +0000 Subject: [PATCH] Fixed incorrect example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@119016 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 7fc257544b..8cf7105e56 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -734,11 +734,9 @@ while ($i++ < 5) {