From 40720bfd773d988697e0df4073837cbbf5bfb748 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Tue, 16 Apr 2002 10:26:20 +0000 Subject: [PATCH] example fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78380 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 79c4f37338..82764de1ae 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -925,7 +925,6 @@ declare (directive) statement Profile a section of PHP code ;"; } } // Display the data stored in the profiler print_r (profile (TRUE)); ?> - ]]>