irchtml Fri Mar 11 11:11:53 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions is-dir.xml
/phpdoc/en/reference/math/functions bindec.xml decbin.xml
dechex.xml decoct.xml exp.xml
mt-rand.xml octdec.xml rand.xml
/phpdoc/en/reference/mbstring/functions mb-list-encodings.xml
/phpdoc/en/reference/mcrypt/functions mcrypt-encrypt.xml
mcrypt-get-cipher-name.xml
mcrypt-module-self-test.xml
/phpdoc/en/reference/mhash/functions mhash-get-hash-name.xml
/phpdoc/en/reference/mime_magic/functions mime-content-type.xml
/phpdoc/en/reference/misc/functions eval.xml
/phpdoc/en/reference/outcontrol/functions ob-get-flush.xml
ob-list-handlers.xml
output-add-rewrite-var.xml
output-reset-rewrite-vars.xml
/phpdoc/en/reference/spl/functions ArrayIterator-current.xml
ArrayIterator-next.xml
ArrayObject-construct.xml
/phpdoc/en/reference/strings/functions crypt.xml explode.xml
strip-tags.xml
/phpdoc/en/reference/sybase/functions sybase-affected-rows.xml
/phpdoc/en/reference/tidy/functions tidy-error-count.xml
tidy-parse-string.xml
tidy-repair-string.xml
/phpdoc/en/reference/url/functions get-headers.xml
/phpdoc/en/reference/var/functions unset.xml
Log:
use example.outputs[.similar] entity
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-dir.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/filesystem/functions/is-dir.xml
diff -u phpdoc/en/reference/filesystem/functions/is-dir.xml:1.9
phpdoc/en/reference/filesystem/functions/is-dir.xml:1.10
--- phpdoc/en/reference/filesystem/functions/is-dir.xml:1.9 Fri Jan 2
12:24:29 2004
+++ phpdoc/en/reference/filesystem/functions/is-dir.xml Fri Mar 11 11:11:49 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-dir">
<refnamediv>
@@ -31,9 +31,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
bool(false)
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/bindec.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/math/functions/bindec.xml
diff -u phpdoc/en/reference/math/functions/bindec.xml:1.7
phpdoc/en/reference/math/functions/bindec.xml:1.8
--- phpdoc/en/reference/math/functions/bindec.xml:1.7 Wed Aug 18 12:18:48 2004
+++ phpdoc/en/reference/math/functions/bindec.xml Fri Mar 11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.bindec">
<refnamediv>
@@ -36,9 +36,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
51
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/decbin.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/math/functions/decbin.xml
diff -u phpdoc/en/reference/math/functions/decbin.xml:1.7
phpdoc/en/reference/math/functions/decbin.xml:1.8
--- phpdoc/en/reference/math/functions/decbin.xml:1.7 Wed Dec 17 10:37:53 2003
+++ phpdoc/en/reference/math/functions/decbin.xml Fri Mar 11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.decbin">
<refnamediv>
@@ -28,9 +28,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
1100
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/dechex.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/math/functions/dechex.xml
diff -u phpdoc/en/reference/math/functions/dechex.xml:1.6
phpdoc/en/reference/math/functions/dechex.xml:1.7
--- phpdoc/en/reference/math/functions/dechex.xml:1.6 Mon Aug 16 09:51:54 2004
+++ phpdoc/en/reference/math/functions/dechex.xml Fri Mar 11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.dechex">
<refnamediv>
@@ -28,9 +28,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
a
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/decoct.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/math/functions/decoct.xml
diff -u phpdoc/en/reference/math/functions/decoct.xml:1.6
phpdoc/en/reference/math/functions/decoct.xml:1.7
--- phpdoc/en/reference/math/functions/decoct.xml:1.6 Mon Aug 16 09:51:54 2004
+++ phpdoc/en/reference/math/functions/decoct.xml Fri Mar 11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.8 -->
<refentry id="function.decoct">
<refnamediv>
@@ -28,9 +28,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
17
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/exp.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/math/functions/exp.xml
diff -u phpdoc/en/reference/math/functions/exp.xml:1.7
phpdoc/en/reference/math/functions/exp.xml:1.8
--- phpdoc/en/reference/math/functions/exp.xml:1.7 Wed Dec 17 11:22:52 2003
+++ phpdoc/en/reference/math/functions/exp.xml Fri Mar 11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.exp">
<refnamediv>
@@ -33,9 +33,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
1.6275E+005
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/mt-rand.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/math/functions/mt-rand.xml
diff -u phpdoc/en/reference/math/functions/mt-rand.xml:1.9
phpdoc/en/reference/math/functions/mt-rand.xml:1.10
--- phpdoc/en/reference/math/functions/mt-rand.xml:1.9 Wed Mar 10 09:39:13 2004
+++ phpdoc/en/reference/math/functions/mt-rand.xml Fri Mar 11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.mt-rand">
<refnamediv>
@@ -44,9 +44,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output something similar to:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
1604716014
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/octdec.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/math/functions/octdec.xml
diff -u phpdoc/en/reference/math/functions/octdec.xml:1.7
phpdoc/en/reference/math/functions/octdec.xml:1.8
--- phpdoc/en/reference/math/functions/octdec.xml:1.7 Wed Aug 18 12:18:48 2004
+++ phpdoc/en/reference/math/functions/octdec.xml Fri Mar 11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.octdec">
<refnamediv>
@@ -31,9 +31,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
63
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/rand.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/math/functions/rand.xml
diff -u phpdoc/en/reference/math/functions/rand.xml:1.14
phpdoc/en/reference/math/functions/rand.xml:1.15
--- phpdoc/en/reference/math/functions/rand.xml:1.14 Thu Apr 8 11:09:35 2004
+++ phpdoc/en/reference/math/functions/rand.xml Fri Mar 11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.rand">
<refnamediv>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output something similar to:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
7771
http://cvs.php.net/diff.php/phpdoc/en/reference/mbstring/functions/mb-list-encodings.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mbstring/functions/mb-list-encodings.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-list-encodings.xml:1.2
phpdoc/en/reference/mbstring/functions/mb-list-encodings.xml:1.3
--- phpdoc/en/reference/mbstring/functions/mb-list-encodings.xml:1.2 Tue Sep
21 13:51:49 2004
+++ phpdoc/en/reference/mbstring/functions/mb-list-encodings.xml Fri Mar
11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.mb-list-encodings">
<refnamediv>
<refname>mb_list_encodings</refname>
@@ -29,9 +29,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/mcrypt/functions/mcrypt-encrypt.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-encrypt.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-encrypt.xml:1.6
phpdoc/en/reference/mcrypt/functions/mcrypt-encrypt.xml:1.7
--- phpdoc/en/reference/mcrypt/functions/mcrypt-encrypt.xml:1.6 Wed Aug 4
17:03:58 2004
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-encrypt.xml Fri Mar 11
11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
<refentry id="function.mcrypt-encrypt">
<refnamediv>
@@ -67,9 +67,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will print out:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
42
http://cvs.php.net/diff.php/phpdoc/en/reference/mcrypt/functions/mcrypt-get-cipher-name.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-cipher-name.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-cipher-name.xml:1.5
phpdoc/en/reference/mcrypt/functions/mcrypt-get-cipher-name.xml:1.6
--- phpdoc/en/reference/mcrypt/functions/mcrypt-get-cipher-name.xml:1.5 Wed Aug
4 17:03:58 2004
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-cipher-name.xml Fri Mar
11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.2 -->
<refentry id="function.mcrypt-get-cipher-name">
<refnamediv>
@@ -38,9 +38,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will produce:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
3DES
http://cvs.php.net/diff.php/phpdoc/en/reference/mcrypt/functions/mcrypt-module-self-test.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-module-self-test.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-module-self-test.xml:1.4
phpdoc/en/reference/mcrypt/functions/mcrypt-module-self-test.xml:1.5
--- phpdoc/en/reference/mcrypt/functions/mcrypt-module-self-test.xml:1.4
Fri Dec 19 05:36:22 2003
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-module-self-test.xml Fri Mar
11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
<refentry id="function.mcrypt-module-self-test">
<refnamediv>
@@ -33,9 +33,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
bool(true)
http://cvs.php.net/diff.php/phpdoc/en/reference/mhash/functions/mhash-get-hash-name.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mhash/functions/mhash-get-hash-name.xml
diff -u phpdoc/en/reference/mhash/functions/mhash-get-hash-name.xml:1.4
phpdoc/en/reference/mhash/functions/mhash-get-hash-name.xml:1.5
--- phpdoc/en/reference/mhash/functions/mhash-get-hash-name.xml:1.4 Mon Dec
15 11:52:02 2003
+++ phpdoc/en/reference/mhash/functions/mhash-get-hash-name.xml Fri Mar 11
11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mhash.xml, last change in rev 1.2 -->
<refentry id="function.mhash-get-hash-name">
<refnamediv>
@@ -33,9 +33,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will print out:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
MD5
http://cvs.php.net/diff.php/phpdoc/en/reference/mime_magic/functions/mime-content-type.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mime_magic/functions/mime-content-type.xml
diff -u phpdoc/en/reference/mime_magic/functions/mime-content-type.xml:1.3
phpdoc/en/reference/mime_magic/functions/mime-content-type.xml:1.4
--- phpdoc/en/reference/mime_magic/functions/mime-content-type.xml:1.3 Thu Dec
18 04:25:47 2003
+++ phpdoc/en/reference/mime_magic/functions/mime-content-type.xml Fri Mar
11 11:11:50 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.mime-content-type">
<refnamediv>
<refname>mime_content_type</refname>
@@ -28,9 +28,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
image/gif
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/eval.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/misc/functions/eval.xml
diff -u phpdoc/en/reference/misc/functions/eval.xml:1.12
phpdoc/en/reference/misc/functions/eval.xml:1.13
--- phpdoc/en/reference/misc/functions/eval.xml:1.12 Mon Jan 24 08:15:40 2005
+++ phpdoc/en/reference/misc/functions/eval.xml Fri Mar 11 11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.58 -->
<refentry id="function.eval">
<refnamediv>
@@ -58,9 +58,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will show:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
This is a $string with my $name in it.
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml:1.2
phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml:1.3
--- phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml:1.2 Sat Jan
3 12:43:44 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-get-flush.xml Fri Mar 11
11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.ob-get-flush">
<refnamediv>
<refname>ob_get_flush</refname>
@@ -41,9 +41,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.4
phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.5
--- phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml:1.4 Wed May
19 12:09:22 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-list-handlers.xml Fri Mar
11 11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.ob-list-handlers">
<refnamediv>
<refname>ob_list_handlers</refname>
@@ -36,9 +36,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml
diff -u phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.4
phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.5
--- phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml:1.4
Wed May 19 12:09:22 2004
+++ phpdoc/en/reference/outcontrol/functions/output-add-rewrite-var.xml Fri Mar
11 11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.output-add-rewrite-var">
<refnamediv>
<refname>output_add_rewrite_var</refname>
@@ -42,9 +42,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
<a href="file.php?var=value">link</a>
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml
diff -u
phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.4
phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.5
--- phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml:1.4
Wed May 19 12:09:22 2004
+++ phpdoc/en/reference/outcontrol/functions/output-reset-rewrite-vars.xml
Fri Mar 11 11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.output-reset-rewrite-vars">
<refnamediv>
<refname>output_reset_rewrite_vars</refname>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
<a href="file.php?PHPSESSID=xxx&var=value">link</a>
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayIterator-current.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayIterator-current.xml
diff -u phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.5
phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.6
--- phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.5 Fri Apr
30 10:32:26 2004
+++ phpdoc/en/reference/spl/functions/ArrayIterator-current.xml Fri Mar 11
11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.ArrayIterator-current">
<refnamediv>
<refname>ArrayIterator::current</refname>
@@ -38,9 +38,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
1 => one
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayIterator-next.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayIterator-next.xml
diff -u phpdoc/en/reference/spl/functions/ArrayIterator-next.xml:1.4
phpdoc/en/reference/spl/functions/ArrayIterator-next.xml:1.5
--- phpdoc/en/reference/spl/functions/ArrayIterator-next.xml:1.4 Fri Apr
30 10:32:26 2004
+++ phpdoc/en/reference/spl/functions/ArrayIterator-next.xml Fri Mar 11
11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.ArrayIterator-next">
<refnamediv>
<refname>ArrayIterator::next</refname>
@@ -37,9 +37,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
0 => zero
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayObject-construct.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayObject-construct.xml
diff -u phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.6
phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.7
--- phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.6 Fri Nov
12 07:53:22 2004
+++ phpdoc/en/reference/spl/functions/ArrayObject-construct.xml Fri Mar 11
11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.ArrayObject-construct">
<refnamediv>
<refname>ArrayObject::__construct</refname>
@@ -33,9 +33,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
object(ArrayObject)#1 (3) {
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/crypt.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/strings/functions/crypt.xml
diff -u phpdoc/en/reference/strings/functions/crypt.xml:1.10
phpdoc/en/reference/strings/functions/crypt.xml:1.11
--- phpdoc/en/reference/strings/functions/crypt.xml:1.10 Mon Oct 11
09:49:32 2004
+++ phpdoc/en/reference/strings/functions/crypt.xml Fri Mar 11 11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.crypt">
<refnamediv>
@@ -140,9 +140,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output something similar to:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
Standard DES: rl.3StKT.4T8M
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/explode.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/strings/functions/explode.xml
diff -u phpdoc/en/reference/strings/functions/explode.xml:1.8
phpdoc/en/reference/strings/functions/explode.xml:1.9
--- phpdoc/en/reference/strings/functions/explode.xml:1.8 Wed Aug 11
12:19:15 2004
+++ phpdoc/en/reference/strings/functions/explode.xml Fri Mar 11 11:11:51 2005
@@ -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.explode">
<refnamediv>
@@ -87,9 +87,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strip-tags.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/strings/functions/strip-tags.xml
diff -u phpdoc/en/reference/strings/functions/strip-tags.xml:1.10
phpdoc/en/reference/strings/functions/strip-tags.xml:1.11
--- phpdoc/en/reference/strings/functions/strip-tags.xml:1.10 Wed Aug 25
09:57:52 2004
+++ phpdoc/en/reference/strings/functions/strip-tags.xml Fri Mar 11
11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.strip-tags">
<refnamediv>
@@ -64,9 +64,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Test paragraph. Other text
http://cvs.php.net/diff.php/phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml
diff -u phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml:1.7
phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml:1.8
--- phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml:1.7 Mon Dec
15 11:53:52 2003
+++ phpdoc/en/reference/sybase/functions/sybase-affected-rows.xml Fri Mar
11 11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 -->
<refentry id="function.sybase-affected-rows">
<refnamediv>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- The above example would produce the following output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Records deleted: 10
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-error-count.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-error-count.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-error-count.xml:1.5
phpdoc/en/reference/tidy/functions/tidy-error-count.xml:1.6
--- phpdoc/en/reference/tidy/functions/tidy-error-count.xml:1.5 Mon Nov 15
10:54:28 2004
+++ phpdoc/en/reference/tidy/functions/tidy-error-count.xml Fri Mar 11
11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.tidy-error-count">
<refnamediv>
<refname>tidy_error_count</refname>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
1
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-parse-string.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-parse-string.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-parse-string.xml:1.7
phpdoc/en/reference/tidy/functions/tidy-parse-string.xml:1.8
--- phpdoc/en/reference/tidy/functions/tidy-parse-string.xml:1.7 Mon Nov
15 10:54:28 2004
+++ phpdoc/en/reference/tidy/functions/tidy-parse-string.xml Fri Mar 11
11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.tidy-parse-string">
<refnamediv>
<refname>tidy_parse_string</refname>
@@ -60,9 +60,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-repair-string.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-repair-string.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-repair-string.xml:1.6
phpdoc/en/reference/tidy/functions/tidy-repair-string.xml:1.7
--- phpdoc/en/reference/tidy/functions/tidy-repair-string.xml:1.6 Wed Feb
25 06:07:43 2004
+++ phpdoc/en/reference/tidy/functions/tidy-repair-string.xml Fri Mar 11
11:11:51 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.tidy-repair-string">
<refnamediv>
<refname>tidy_repair_string</refname>
@@ -46,9 +46,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
http://cvs.php.net/diff.php/phpdoc/en/reference/url/functions/get-headers.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/url/functions/get-headers.xml
diff -u phpdoc/en/reference/url/functions/get-headers.xml:1.4
phpdoc/en/reference/url/functions/get-headers.xml:1.5
--- phpdoc/en/reference/url/functions/get-headers.xml:1.4 Wed Sep 15
04:34:23 2004
+++ phpdoc/en/reference/url/functions/get-headers.xml Fri Mar 11 11:11:52 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.get-headers">
<refnamediv>
<refname>get_headers</refname>
@@ -37,9 +37,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output something like:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/unset.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/var/functions/unset.xml
diff -u phpdoc/en/reference/var/functions/unset.xml:1.10
phpdoc/en/reference/var/functions/unset.xml:1.11
--- phpdoc/en/reference/var/functions/unset.xml:1.10 Fri Jan 23 08:15:49 2004
+++ phpdoc/en/reference/var/functions/unset.xml Fri Mar 11 11:11:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.unset">
<refnamediv>
@@ -70,7 +70,7 @@
]]>
</programlisting>
</informalexample>
- The above example would output:
+ &example.outputs;
<informalexample>
<screen>
<![CDATA[
@@ -104,7 +104,7 @@
]]>
</programlisting>
</informalexample>
- The above example would output:
+ &example.outputs;
<informalexample>
<screen>
<![CDATA[
@@ -137,7 +137,7 @@
]]>
</programlisting>
</informalexample>
- The above example would output:
+ &example.outputs;
<informalexample>
<screen>
<![CDATA[