vrana Thu Aug 16 12:09:17 2007 UTC
Modified files:
/phpdoc/en/reference/ctype/functions ctype-alnum.xml
Log:
Not equivalent to preg for small numbers (bug #42007)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ctype/functions/ctype-alnum.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/ctype/functions/ctype-alnum.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.11
phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.12
--- phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.11 Wed Jun 20
22:24:17 2007
+++ phpdoc/en/reference/ctype/functions/ctype-alnum.xml Thu Aug 16 12:09:16 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
<refentry xml:id="function.ctype-alnum" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -16,9 +16,7 @@
<para>
Checks if all of the characters in the provided string,
<parameter>text</parameter>, are alphanumeric. In the standard
- <literal>C</literal> locale letters are just <literal>[A-Za-z]</literal>
- and the function is equivalent to
- <literal>preg_match('/^[a-z0-9]+$/iD', $text)</literal>.
+ <literal>C</literal> locale letters are just <literal>[A-Za-z]</literal>.
</para>
</refsect1>