From d588233629fa825ae99050c3e198d39cebf2ceef Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sun, 11 Mar 2001 05:57:42 +0000 Subject: [PATCH] fixed typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43188 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/recode.xml | 2 +- functions/regex.xml | 2 +- pear/standards.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/recode.xml b/functions/recode.xml index f982b6a733..721315f7a3 100644 --- a/functions/recode.xml +++ b/functions/recode.xml @@ -69,7 +69,7 @@ print recode_string ("us..flat", "The following character has a d - This is an alias for recode. It has + This is an alias for recode_string. It has been added in PHP 4. diff --git a/functions/regex.xml b/functions/regex.xml index ade027928f..dab634a0e2 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -393,7 +393,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; - This function is identical to spliti except + This function is identical to split except that this ignores case distinction when matching alphabetic characters. diff --git a/pear/standards.xml b/pear/standards.xml index 180ed3f736..233ce12b49 100644 --- a/pear/standards.xml +++ b/pear/standards.xml @@ -145,7 +145,7 @@ function connect(&$dsn, $persistent = false) forget how it works. - C++ style comments (/* */) and standard C comments (// ) are both + C style comments (/* */) and standard C++ comments (// ) are both fine. Use of perl/shell style comments (# ) is discouraged.