yannick         Mon Nov  1 08:39:16 2004 EDT

  Modified files:              
    /phpdoc/en/reference/ctype/functions        ctype-alnum.xml 
                                                ctype-alpha.xml 
                                                ctype-cntrl.xml 
                                                ctype-digit.xml 
                                                ctype-graph.xml 
                                                ctype-lower.xml 
                                                ctype-print.xml 
                                                ctype-punct.xml 
                                                ctype-space.xml 
                                                ctype-upper.xml 
                                                ctype-xdigit.xml 
    /phpdoc/en/reference/datetime/functions     checkdate.xml getdate.xml 
                                                gettimeofday.xml 
  Log:
  use more entities
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-alnum.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-alnum.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.4 
phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.5
--- phpdoc/en/reference/ctype/functions/ctype-alnum.xml:1.4     Wed Feb 25 05:19:05 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-alnum.xml Mon Nov  1 08:39:10 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-alnum">
    <refnamediv>
@@ -35,9 +35,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string AbCd1zyZ9 consists of all letters or digits.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-alpha.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-alpha.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.4 
phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.5
--- phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.4     Wed Feb 25 05:19:05 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-alpha.xml Mon Nov  1 08:39:11 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-alpha">
    <refnamediv>
@@ -38,9 +38,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string KjgWZC consists of all letters.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-cntrl.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-cntrl.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.3 
phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.4
--- phpdoc/en/reference/ctype/functions/ctype-cntrl.xml:1.3     Wed Feb 25 05:19:05 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-cntrl.xml Mon Nov  1 08:39:11 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-cntrl">
    <refnamediv>
@@ -34,9 +34,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string 'string1' consists of all control characters.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-digit.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-digit.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-digit.xml:1.3 
phpdoc/en/reference/ctype/functions/ctype-digit.xml:1.4
--- phpdoc/en/reference/ctype/functions/ctype-digit.xml:1.3     Wed Feb 25 05:19:05 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-digit.xml Mon Nov  1 08:39:11 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-digit">
    <refnamediv>
@@ -33,9 +33,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string 1820.20 does not consists of all digits.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-graph.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-graph.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-graph.xml:1.4 
phpdoc/en/reference/ctype/functions/ctype-graph.xml:1.5
--- phpdoc/en/reference/ctype/functions/ctype-graph.xml:1.4     Tue May 18 10:07:01 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-graph.xml Mon Nov  1 08:39:11 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-graph">
    <refnamediv>
@@ -34,9 +34,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string 'string1' does not consist of all (visibly) printable characters.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-lower.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-lower.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-lower.xml:1.3 
phpdoc/en/reference/ctype/functions/ctype-lower.xml:1.4
--- phpdoc/en/reference/ctype/functions/ctype-lower.xml:1.3     Wed Feb 25 05:19:05 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-lower.xml Mon Nov  1 08:39:11 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-lower">
    <refnamediv>
@@ -33,9 +33,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string aac123 does not consist of all lowercase letters.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-print.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-print.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-print.xml:1.3 
phpdoc/en/reference/ctype/functions/ctype-print.xml:1.4
--- phpdoc/en/reference/ctype/functions/ctype-print.xml:1.3     Wed Feb 25 05:19:05 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-print.xml Mon Nov  1 08:39:11 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-print">
    <refnamediv>
@@ -35,9 +35,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string 'string1' does not consist of all printable characters.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-punct.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-punct.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-punct.xml:1.3 
phpdoc/en/reference/ctype/functions/ctype-punct.xml:1.4
--- phpdoc/en/reference/ctype/functions/ctype-punct.xml:1.3     Wed Feb 25 05:19:06 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-punct.xml Mon Nov  1 08:39:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-punct">
    <refnamediv>
@@ -36,9 +36,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string [EMAIL PROTECTED] does not consist of all punctuation.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-space.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-space.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-space.xml:1.3 
phpdoc/en/reference/ctype/functions/ctype-space.xml:1.4
--- phpdoc/en/reference/ctype/functions/ctype-space.xml:1.3     Wed Feb 25 05:19:06 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-space.xml Mon Nov  1 08:39:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-space">
    <refnamediv>
@@ -35,9 +35,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string 'string1' consists of all whitespace characters.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-upper.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-upper.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-upper.xml:1.4 
phpdoc/en/reference/ctype/functions/ctype-upper.xml:1.5
--- phpdoc/en/reference/ctype/functions/ctype-upper.xml:1.4     Wed Feb 25 05:19:06 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-upper.xml Mon Nov  1 08:39:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-upper">
    <refnamediv>
@@ -33,9 +33,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string AKLWC139 does not consist of all uppercase letters.
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/functions/ctype-xdigit.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ctype/functions/ctype-xdigit.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-xdigit.xml:1.3 
phpdoc/en/reference/ctype/functions/ctype-xdigit.xml:1.4
--- phpdoc/en/reference/ctype/functions/ctype-xdigit.xml:1.3    Wed Feb 25 05:19:06 
2004
+++ phpdoc/en/reference/ctype/functions/ctype-xdigit.xml        Mon Nov  1 08:39:12 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
   <refentry id="function.ctype-xdigit">
    <refnamediv>
@@ -36,9 +36,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       This example will output :
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 The string AB10BC99 consists of all hexadecimal digits.
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/checkdate.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/datetime/functions/checkdate.xml
diff -u phpdoc/en/reference/datetime/functions/checkdate.xml:1.5 
phpdoc/en/reference/datetime/functions/checkdate.xml:1.6
--- phpdoc/en/reference/datetime/functions/checkdate.xml:1.5    Wed Jan  7 14:43:47 
2004
+++ phpdoc/en/reference/datetime/functions/checkdate.xml        Mon Nov  1 08:39:15 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
   <refentry id="function.checkdate">
    <refnamediv>
@@ -49,9 +49,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       The above example will output:
-      </para>
+      &example.outputs;
       <screen>
 <![CDATA[
 bool(true)
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/getdate.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/datetime/functions/getdate.xml
diff -u phpdoc/en/reference/datetime/functions/getdate.xml:1.9 
phpdoc/en/reference/datetime/functions/getdate.xml:1.10
--- phpdoc/en/reference/datetime/functions/getdate.xml:1.9      Mon Jul  5 06:23:02 
2004
+++ phpdoc/en/reference/datetime/functions/getdate.xml  Mon Nov  1 08:39:15 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
   <refentry id="function.getdate">
    <refnamediv>
@@ -104,9 +104,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       The output will look similar to:
-      </para>
+      &example.outputs.similar;
       <screen>
 <![CDATA[
 Array
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/gettimeofday.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/datetime/functions/gettimeofday.xml
diff -u phpdoc/en/reference/datetime/functions/gettimeofday.xml:1.4 
phpdoc/en/reference/datetime/functions/gettimeofday.xml:1.5
--- phpdoc/en/reference/datetime/functions/gettimeofday.xml:1.4 Sun Oct 24 13:07:11 
2004
+++ phpdoc/en/reference/datetime/functions/gettimeofday.xml     Mon Nov  1 08:39:15 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
   <refentry id="function.gettimeofday">
    <refnamediv>
@@ -62,9 +62,7 @@
 ?>
 ]]>
       </programlisting>
-      <para>
-       The output will look similar to:
-      </para>
+      &example.outputs.similar;
       <screen>
 <![CDATA[
 Array

Reply via email to