From e5ad2170eec60a43e469ebdc8728872ede99f88b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 30 Nov 2001 22:35:12 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63548 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 4 ++-- language/basic-syntax.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index 68409e5cb5..7611b8cab5 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2861,7 +2861,7 @@ d = lemon \n". " $name\n". diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 29692ae8a8..a671f61d17 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -1,5 +1,5 @@ - + Basic syntax @@ -149,7 +149,7 @@ if ($expression) { ]]> - This works as expected, because when PHP hits the > closing + This works as expected, because when PHP hits the ?> closing tags, it simply starts outputting whatever it finds until it hits another opening tag. The example given here is contrived, of course, but for outputting large blocks of text, dropping out of