From a395304013cbaa3acb0eaa05a7556396ca64bd62 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 4 Dec 2001 19:17:54 +0000 Subject: [PATCH] fixed mistyped CDATA end tag, parse_str should show up again tomorrow git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63881 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index 723decc506..da3836a175 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -1628,7 +1628,7 @@ $clean = ltrim($binary,"\0x00..\0x1F"); if (ord($str) == 10) { echo "The first character of \$str is a line feed.\n"; } -]> +]]>