aidan Tue Jul 6 02:22:54 2004 EDT
Modified files: /phpdoc/en/reference/ctype reference.xml Log: de-tabbed http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/reference.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/ctype/reference.xml diff -u phpdoc/en/reference/ctype/reference.xml:1.8 phpdoc/en/reference/ctype/reference.xml:1.9 --- phpdoc/en/reference/ctype/reference.xml:1.8 Mon Jul 5 12:30:03 2004 +++ phpdoc/en/reference/ctype/reference.xml Tue Jul 6 02:22:54 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <reference id="ref.ctype"> <title>Character Type Functions</title> <titleabbrev>ctype</titleabbrev> @@ -28,12 +28,12 @@ Passing anything else but a string or integer will return &false; immediately. </para> - <para> - It should be noted that ctype functions are always prefered over - regular expressions, and even to some equivalent str_* and is_* functions. - This is because of the fact that ctype uses a native C library and thus - processes significantly faster. - </para> + <para> + It should be noted that ctype functions are always prefered over + regular expressions, and even to some equivalent str_* and is_* functions. + This is because of the fact that ctype uses a native C library and thus + processes signitificaly faster. + </para> </section> <section id="ctype.requirements">