eschmid Tue Feb 6 12:50:08 2001 EDT
Modified files:
/phpdoc/en/functions ctype.xml
Log:
Hartmut, broken emacs?
Index: phpdoc/en/functions/ctype.xml
diff -u phpdoc/en/functions/ctype.xml:1.3 phpdoc/en/functions/ctype.xml:1.4
--- phpdoc/en/functions/ctype.xml:1.3 Tue Feb 6 12:39:18 2001
+++ phpdoc/en/functions/ctype.xml Tue Feb 6 12:50:07 2001
@@ -22,19 +22,18 @@
Passing anything else but a string or integer will
return false immediately.
</para>
- <warning>
- <simpara>
- Theese functions are new as of PHP 4.0.4 and
- might change their name in the near future.
- Suggestions are to change them to
- <function>ctype_issomething</function>
- instead of <function>ctype_somthing</function>
- or even to make them part of <filename>ext/standard</filename>
- and use their original C-Names, although this would possibly
- lead to further confusion regarding the <function>isset</function>
- vs. <function>is_sometype</function> problem.
- </simpara>
- </warning>
+ <warning>
+ <simpara>
+ These functions are new as of PHP 4.0.4 and might change their
+ name in the near future. Suggestions are to change them to
+ <function>ctype_issomething</function> instead of
+ <function>ctype_somthing</function> or even to make them part of
+ <filename>ext/standard</filename> and use their original C-names,
+ although this would possibly lead to further confusion regarding
+ the <function>isset</function>
+ vs. <function>is_sometype</function> problem.
+ </simpara>
+ </warning>
</partintro>
@@ -168,7 +167,10 @@
<refentry id="function.ctype-punct">
<refnamediv>
<refname>ctype_punct</refname>
- <refpurpose>Check for any printable character which is not whitespace or an
alphanumeric character</refpurpose>
+ <refpurpose>
+ Check for any printable character which is not whitespace or an
+ alphanumeric character
+ </refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -222,7 +224,9 @@
<refentry id="function.ctype-xdigit">
<refnamediv>
<refname>ctype_xdigit</refname>
- <refpurpose>Check for character(s) representing a hexadecimal digit</refpurpose>
+ <refpurpose>
+ Check for character(s) representing a hexadecimal digit
+ </refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>