From 730b25050ef45a7994250cb6e0f16a3332e38421 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sun, 26 Aug 2001 00:55:53 +0000 Subject: [PATCH] Fixed the other half of bug#12957 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55945 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index 0637fbaa7d..48a52f201b 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -1401,13 +1401,13 @@ echo "</PRE>\n"; - "\n" (ASCII 13 + "\n" (ASCII 10 (0x0A)), a new line (line feed). - "\r" (ASCII 10 + "\r" (ASCII 13 (0x0D)), a carriage return. @@ -1782,13 +1782,13 @@ echo $second[1]; /* prints "another" */ - "\n" (ASCII 13 + "\n" (ASCII 10 (0x0A)), a new line (line feed). - "\r" (ASCII 10 + "\r" (ASCII 13 (0x0D)), a carriage return. @@ -3657,13 +3657,13 @@ echo substr_replace($var, '', 10, -1) . "<br>\n"; - "\n" (ASCII 13 + "\n" (ASCII 10 (0x0A)), a new line (line feed). - "\r" (ASCII 10 + "\r" (ASCII 13 (0x0D)), a carriage return. @@ -3918,5 +3918,5 @@ sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: -vim: ts=1 sw=1 et syntax=sgml +vi: et:ts=1:sw=1:textwidth=78:syntax=sgml -->