nlopess Fri Aug 11 17:15:27 2006 UTC
Modified files: /phpdoc/en/reference/strings/functions str-ireplace.xml str-replace.xml strcasecmp.xml strcmp.xml strcoll.xml stristr.xml strnatcasecmp.xml strnatcmp.xml strncasecmp.xml strncmp.xml strstr.xml substr.xml Log: fix #38267: don't recommend ereg*(), as they are deprecated
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/str-ireplace.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/en/reference/strings/functions/str-ireplace.xml diff -u phpdoc/en/reference/strings/functions/str-ireplace.xml:1.8 phpdoc/en/reference/strings/functions/str-ireplace.xml:1.9 --- phpdoc/en/reference/strings/functions/str-ireplace.xml:1.8 Wed Nov 10 08:30:46 2004 +++ phpdoc/en/reference/strings/functions/str-ireplace.xml Fri Aug 11 17:15:26 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.str-ireplace"> <refnamediv> @@ -70,7 +70,6 @@ <para> See also: <function>str_replace</function>, - <function>ereg_replace</function>, <function>preg_replace</function>, and <function>strtr</function>. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/str-replace.xml?r1=1.18&r2=1.19&diff_format=u Index: phpdoc/en/reference/strings/functions/str-replace.xml diff -u phpdoc/en/reference/strings/functions/str-replace.xml:1.18 phpdoc/en/reference/strings/functions/str-replace.xml:1.19 --- phpdoc/en/reference/strings/functions/str-replace.xml:1.18 Fri Mar 11 13:56:44 2005 +++ phpdoc/en/reference/strings/functions/str-replace.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.str-replace"> <refnamediv> @@ -104,7 +104,6 @@ See also <function>str_ireplace</function>, <function>substr_replace</function>, - <function>ereg_replace</function>, <function>preg_replace</function>, and <function>strtr</function>. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strcasecmp.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/strings/functions/strcasecmp.xml diff -u phpdoc/en/reference/strings/functions/strcasecmp.xml:1.5 phpdoc/en/reference/strings/functions/strcasecmp.xml:1.6 --- phpdoc/en/reference/strings/functions/strcasecmp.xml:1.5 Fri May 21 23:05:20 2004 +++ phpdoc/en/reference/strings/functions/strcasecmp.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.strcasecmp"> <refnamediv> @@ -37,7 +37,7 @@ </para> <simpara> See also - <function>ereg</function>, + <function>preg_match</function>, <function>strcmp</function>, <function>substr</function>, <function>stristr</function>, http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strcmp.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/strings/functions/strcmp.xml diff -u phpdoc/en/reference/strings/functions/strcmp.xml:1.3 phpdoc/en/reference/strings/functions/strcmp.xml:1.4 --- phpdoc/en/reference/strings/functions/strcmp.xml:1.3 Fri May 21 23:05:20 2004 +++ phpdoc/en/reference/strings/functions/strcmp.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.strcmp"> <refnamediv> @@ -23,7 +23,7 @@ Note that this comparison is case sensitive. </simpara> <simpara> - See also <function>ereg</function>, + See also <function>preg_match</function>, <function>strcasecmp</function>, <function>substr</function>, <function>stristr</function>, http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strcoll.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/strings/functions/strcoll.xml diff -u phpdoc/en/reference/strings/functions/strcoll.xml:1.3 phpdoc/en/reference/strings/functions/strcoll.xml:1.4 --- phpdoc/en/reference/strings/functions/strcoll.xml:1.3 Fri Sep 6 11:27:36 2002 +++ phpdoc/en/reference/strings/functions/strcoll.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.69 --> <refentry id="function.strcoll"> <refnamediv> @@ -33,7 +33,7 @@ </para> </note> <simpara> - See also <function>ereg</function>, <function>strcmp</function>, + See also <function>preg_match</function>, <function>strcmp</function>, <function>strcasecmp</function>, <function>substr</function>, <function>stristr</function>, <function>strncasecmp</function>, <function>strncmp</function>, <function>strstr</function>, and http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/stristr.xml?r1=1.9&r2=1.10&diff_format=u Index: phpdoc/en/reference/strings/functions/stristr.xml diff -u phpdoc/en/reference/strings/functions/stristr.xml:1.9 phpdoc/en/reference/strings/functions/stristr.xml:1.10 --- phpdoc/en/reference/strings/functions/stristr.xml:1.9 Thu Mar 10 03:52:29 2005 +++ phpdoc/en/reference/strings/functions/stristr.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 --> <refentry id="function.stristr"> <refnamediv> @@ -80,7 +80,7 @@ <function>strstr</function>, <function>strrchr</function>, <function>substr</function>, and - <function>ereg</function>. + <function>preg_match</function>. </para> </refsect1> </refentry> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strnatcasecmp.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/strings/functions/strnatcasecmp.xml diff -u phpdoc/en/reference/strings/functions/strnatcasecmp.xml:1.4 phpdoc/en/reference/strings/functions/strnatcasecmp.xml:1.5 --- phpdoc/en/reference/strings/functions/strnatcasecmp.xml:1.4 Fri May 21 23:05:20 2004 +++ phpdoc/en/reference/strings/functions/strnatcasecmp.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.38 --> <refentry id="function.strnatcasecmp"> <refnamediv> @@ -33,7 +33,7 @@ <parameter>str2</parameter>, and 0 if they are equal. </simpara> <simpara> - See also <function>ereg</function>, + See also <function>preg_match</function>, <function>strcasecmp</function>, <function>substr</function>, <function>stristr</function>, http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strnatcmp.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/strings/functions/strnatcmp.xml diff -u phpdoc/en/reference/strings/functions/strnatcmp.xml:1.5 phpdoc/en/reference/strings/functions/strnatcmp.xml:1.6 --- phpdoc/en/reference/strings/functions/strnatcmp.xml:1.5 Mon Dec 15 16:53:50 2003 +++ phpdoc/en/reference/strings/functions/strnatcmp.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.38 --> <refentry id="function.strnatcmp"> <refnamediv> @@ -76,7 +76,7 @@ Note that this comparison is case sensitive. </simpara> <simpara> - See also <function>ereg</function>, + See also <function>preg_match</function>, <function>strcasecmp</function>, <function>substr</function>, <function>stristr</function>, <function>strcmp</function>, <function>strncmp</function>, <function>strncasecmp</function>, http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strncasecmp.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/strings/functions/strncasecmp.xml diff -u phpdoc/en/reference/strings/functions/strncasecmp.xml:1.4 phpdoc/en/reference/strings/functions/strncasecmp.xml:1.5 --- phpdoc/en/reference/strings/functions/strncasecmp.xml:1.4 Fri May 21 23:05:20 2004 +++ phpdoc/en/reference/strings/functions/strncasecmp.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.66 --> <refentry id="function.strncasecmp"> <refnamediv> @@ -29,7 +29,7 @@ equal. </simpara> <simpara> - See also <function>ereg</function>, + See also <function>preg_match</function>, <function>strcasecmp</function>, <function>strcmp</function>, <function>substr</function>, http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strncmp.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/strings/functions/strncmp.xml diff -u phpdoc/en/reference/strings/functions/strncmp.xml:1.4 phpdoc/en/reference/strings/functions/strncmp.xml:1.5 --- phpdoc/en/reference/strings/functions/strncmp.xml:1.4 Fri May 21 23:05:20 2004 +++ phpdoc/en/reference/strings/functions/strncmp.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.38 --> <refentry id="function.strncmp"> <refnamediv> @@ -32,7 +32,7 @@ Note that this comparison is case sensitive. </simpara> <simpara> - See also <function>ereg</function>, + See also <function>preg_match</function>, <function>strncasecmp</function>, <function>strcasecmp</function>, <function>substr</function>, <function>stristr</function>, <function>strcmp</function>, and http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/strstr.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/en/reference/strings/functions/strstr.xml diff -u phpdoc/en/reference/strings/functions/strstr.xml:1.8 phpdoc/en/reference/strings/functions/strstr.xml:1.9 --- phpdoc/en/reference/strings/functions/strstr.xml:1.8 Thu Jul 22 22:51:12 2004 +++ phpdoc/en/reference/strings/functions/strstr.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.strstr"> <refnamediv> @@ -58,7 +58,7 @@ <function>strstr</function> has been binary safe since PHP 4.3.0 </para> <para> - See also <function>ereg</function>, <function>preg_match</function>, + See also <function>preg_match</function>, <function>stristr</function>, <function>strpos</function>, <function>strrchr</function>, and <function>substr</function>. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/substr.xml?r1=1.11&r2=1.12&diff_format=u Index: phpdoc/en/reference/strings/functions/substr.xml diff -u phpdoc/en/reference/strings/functions/substr.xml:1.11 phpdoc/en/reference/strings/functions/substr.xml:1.12 --- phpdoc/en/reference/strings/functions/substr.xml:1.11 Tue Jan 18 15:57:49 2005 +++ phpdoc/en/reference/strings/functions/substr.xml Fri Aug 11 17:15:27 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.substr"> <refnamediv> @@ -99,7 +99,7 @@ <para> See also <function>strrchr</function>, <function>substr_replace</function>, - <function>ereg</function>, + <function>preg_match</function>, <function>trim</function>, <function>mb_substr</function> and <function>wordwrap</function>.