yannick Mon Nov 1 07:39:30 2004 EDT
Modified files:
/phpdoc/en/reference/apache/functions apache-get-modules.xml
apache-get-version.xml
apache-lookup-uri.xml
apache-request-headers.xml
apache-response-headers.xml
/phpdoc/en/reference/array/functions array-change-key-case.xml
array-chunk.xml
array-combine.xml
array-count-values.xml
array-diff-assoc.xml
array-diff-key.xml
array-diff-uassoc.xml
array-diff-ukey.xml
array-filter.xml
array-intersect-key.xml
array-intersect-uassoc.xml
array-intersect-ukey.xml
array-keys.xml array-map.xml
array-merge.xml
array-slice.xml array-sum.xml
array-udiff-assoc.xml
array-udiff-uassoc.xml
array-udiff.xml
array-uintersect-assoc.xml
array-uintersect-uassoc.xml
array-uintersect.xml
array-unique.xml
array-values.xml
array-walk-recursive.xml
array-walk.xml array.xml
arsort.xml asort.xml each.xml
extract.xml in-array.xml
krsort.xml ksort.xml
natcasesort.xml natsort.xml
rsort.xml sort.xml uksort.xml
usort.xml
Log:
use more entities
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-get-modules.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/apache/functions/apache-get-modules.xml
diff -u phpdoc/en/reference/apache/functions/apache-get-modules.xml:1.3
phpdoc/en/reference/apache/functions/apache-get-modules.xml:1.4
--- phpdoc/en/reference/apache/functions/apache-get-modules.xml:1.3 Wed Aug 4
04:35:50 2004
+++ phpdoc/en/reference/apache/functions/apache-get-modules.xml Mon Nov 1 07:39:18
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.apache-get-modules">
<refnamediv>
<refname>apache_get_modules</refname>
@@ -26,9 +26,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output something similar to:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-get-version.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/apache/functions/apache-get-version.xml
diff -u phpdoc/en/reference/apache/functions/apache-get-version.xml:1.4
phpdoc/en/reference/apache/functions/apache-get-version.xml:1.5
--- phpdoc/en/reference/apache/functions/apache-get-version.xml:1.4 Wed Aug 4
04:35:51 2004
+++ phpdoc/en/reference/apache/functions/apache-get-version.xml Mon Nov 1 07:39:19
2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.apache-get-version">
<refnamediv>
<refname>apache_get_version</refname>
@@ -27,9 +27,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the above program will look similar to:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
Apache/1.3.29 (Unix) PHP/4.3.4
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-lookup-uri.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/apache/functions/apache-lookup-uri.xml
diff -u phpdoc/en/reference/apache/functions/apache-lookup-uri.xml:1.4
phpdoc/en/reference/apache/functions/apache-lookup-uri.xml:1.5
--- phpdoc/en/reference/apache/functions/apache-lookup-uri.xml:1.4 Sat Jan 17
03:57:25 2004
+++ phpdoc/en/reference/apache/functions/apache-lookup-uri.xml Mon Nov 1 07:39:19
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
<refentry id="function.apache-lookup-uri">
<refnamediv>
@@ -59,9 +59,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output something similar with:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
stdClass Object
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-request-headers.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/apache/functions/apache-request-headers.xml
diff -u phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.7
phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.8
--- phpdoc/en/reference/apache/functions/apache-request-headers.xml:1.7 Tue Aug 10
11:21:32 2004
+++ phpdoc/en/reference/apache/functions/apache-request-headers.xml Mon Nov 1
07:39:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
<refentry id="function.apache-request-headers">
<refnamediv>
@@ -32,9 +32,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output something similar to:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
Accept: */*
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-response-headers.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/apache/functions/apache-response-headers.xml
diff -u phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.9
phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.10
--- phpdoc/en/reference/apache/functions/apache-response-headers.xml:1.9 Tue
Aug 10 11:21:32 2004
+++ phpdoc/en/reference/apache/functions/apache-response-headers.xml Mon Nov 1
07:39:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
<refentry id="function.apache-response-headers">
<refnamediv>
@@ -27,9 +27,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output something similar to:
- </para>
+ &example.outputs.similar;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-change-key-case.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/array/functions/array-change-key-case.xml
diff -u phpdoc/en/reference/array/functions/array-change-key-case.xml:1.10
phpdoc/en/reference/array/functions/array-change-key-case.xml:1.11
--- phpdoc/en/reference/array/functions/array-change-key-case.xml:1.10 Sat Jun 28
16:32:41 2003
+++ phpdoc/en/reference/array/functions/array-change-key-case.xml Mon Nov 1
07:39:22 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.113 -->
<refentry id="function.array-change-key-case">
<refnamediv>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the above program will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-chunk.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/array-chunk.xml
diff -u phpdoc/en/reference/array/functions/array-chunk.xml:1.9
phpdoc/en/reference/array/functions/array-chunk.xml:1.10
--- phpdoc/en/reference/array/functions/array-chunk.xml:1.9 Mon Dec 15 11:47:04
2003
+++ phpdoc/en/reference/array/functions/array-chunk.xml Mon Nov 1 07:39:22 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-chunk">
<refnamediv>
@@ -40,9 +40,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the above program will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-combine.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/array/functions/array-combine.xml
diff -u phpdoc/en/reference/array/functions/array-combine.xml:1.5
phpdoc/en/reference/array/functions/array-combine.xml:1.6
--- phpdoc/en/reference/array/functions/array-combine.xml:1.5 Mon Dec 15 11:47:04
2003
+++ phpdoc/en/reference/array/functions/array-combine.xml Mon Nov 1 07:39:22
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.array-combine">
<refnamediv>
<refname>array_combine</refname>
@@ -37,9 +37,7 @@
?>
]]>
</programlisting>
- <para>
- Outputs:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-count-values.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/array/functions/array-count-values.xml
diff -u phpdoc/en/reference/array/functions/array-count-values.xml:1.10
phpdoc/en/reference/array/functions/array-count-values.xml:1.11
--- phpdoc/en/reference/array/functions/array-count-values.xml:1.10 Sun Aug 17
08:21:03 2003
+++ phpdoc/en/reference/array/functions/array-count-values.xml Mon Nov 1 07:39:22
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-count-values">
<refnamediv>
@@ -28,9 +28,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the above program will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-assoc.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/array/functions/array-diff-assoc.xml
diff -u phpdoc/en/reference/array/functions/array-diff-assoc.xml:1.4
phpdoc/en/reference/array/functions/array-diff-assoc.xml:1.5
--- phpdoc/en/reference/array/functions/array-diff-assoc.xml:1.4 Mon Nov 3
09:05:07 2003
+++ phpdoc/en/reference/array/functions/array-diff-assoc.xml Mon Nov 1 07:39:22
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-diff-assoc">
<refnamediv>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- The result is:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-key.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/array/functions/array-diff-key.xml
diff -u phpdoc/en/reference/array/functions/array-diff-key.xml:1.1
phpdoc/en/reference/array/functions/array-diff-key.xml:1.2
--- phpdoc/en/reference/array/functions/array-diff-key.xml:1.1 Tue Jul 27 00:15:58
2004
+++ phpdoc/en/reference/array/functions/array-diff-key.xml Mon Nov 1 07:39:22
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.array-diff-key">
<refnamediv>
<refname>array_diff_key</refname>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the above program will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
array(2) {
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-uassoc.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/array/functions/array-diff-uassoc.xml
diff -u phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.5
phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.6
--- phpdoc/en/reference/array/functions/array-diff-uassoc.xml:1.5 Tue May 4
15:55:53 2004
+++ phpdoc/en/reference/array/functions/array-diff-uassoc.xml Mon Nov 1 07:39:23
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-diff-uassoc">
<refnamediv>
@@ -50,9 +50,7 @@
?>
]]>
</programlisting>
- <para>
- The result is:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-ukey.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/array/functions/array-diff-ukey.xml
diff -u phpdoc/en/reference/array/functions/array-diff-ukey.xml:1.1
phpdoc/en/reference/array/functions/array-diff-ukey.xml:1.2
--- phpdoc/en/reference/array/functions/array-diff-ukey.xml:1.1 Tue Jul 27 00:15:58
2004
+++ phpdoc/en/reference/array/functions/array-diff-ukey.xml Mon Nov 1 07:39:23
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.array-diff-ukey">
<refnamediv>
<refname>array_diff_ukey</refname>
@@ -51,9 +51,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the above program will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
array(2) {
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-filter.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/array/functions/array-filter.xml
diff -u phpdoc/en/reference/array/functions/array-filter.xml:1.14
phpdoc/en/reference/array/functions/array-filter.xml:1.15
--- phpdoc/en/reference/array/functions/array-filter.xml:1.14 Thu Jan 15 07:42:01
2004
+++ phpdoc/en/reference/array/functions/array-filter.xml Mon Nov 1 07:39:23
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-filter">
<refnamediv>
@@ -49,9 +49,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the program above will be:
- </para>
+ &example.outputs;
<screen role="php">
<![CDATA[
Odd :
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-intersect-key.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/array/functions/array-intersect-key.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-key.xml:1.1
phpdoc/en/reference/array/functions/array-intersect-key.xml:1.2
--- phpdoc/en/reference/array/functions/array-intersect-key.xml:1.1 Tue Jul 27
00:15:58 2004
+++ phpdoc/en/reference/array/functions/array-intersect-key.xml Mon Nov 1 07:39:24
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.array-intersect-key">
<refnamediv>
<refname>array_intersect_key</refname>
@@ -31,9 +31,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the above program will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
array(2) {
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-intersect-uassoc.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/array/functions/array-intersect-uassoc.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.3
phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.4
--- phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.3 Thu Aug 19
09:10:36 2004
+++ phpdoc/en/reference/array/functions/array-intersect-uassoc.xml Mon Nov 1
07:39:24 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.array-intersect-uassoc">
<refnamediv>
<refname>array_intersect_uassoc</refname>
@@ -39,9 +39,7 @@
?>
]]>
</programlisting>
- <para>
- Result will look like:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-intersect-ukey.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/array/functions/array-intersect-ukey.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-ukey.xml:1.1
phpdoc/en/reference/array/functions/array-intersect-ukey.xml:1.2
--- phpdoc/en/reference/array/functions/array-intersect-ukey.xml:1.1 Tue Jul 27
00:15:58 2004
+++ phpdoc/en/reference/array/functions/array-intersect-ukey.xml Mon Nov 1
07:39:24 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.array-intersect-ukey">
<refnamediv>
<refname>array_intersect_ukey</refname>
@@ -48,9 +48,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the above program will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
array(2) {
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-keys.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/array-keys.xml
diff -u phpdoc/en/reference/array/functions/array-keys.xml:1.9
phpdoc/en/reference/array/functions/array-keys.xml:1.10
--- phpdoc/en/reference/array/functions/array-keys.xml:1.9 Wed Aug 18 10:15:15
2004
+++ phpdoc/en/reference/array/functions/array-keys.xml Mon Nov 1 07:39:24 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-keys">
<refnamediv>
@@ -43,9 +43,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the program above will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-map.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/array/functions/array-map.xml
diff -u phpdoc/en/reference/array/functions/array-map.xml:1.12
phpdoc/en/reference/array/functions/array-map.xml:1.13
--- phpdoc/en/reference/array/functions/array-map.xml:1.12 Thu Aug 12 14:11:56
2004
+++ phpdoc/en/reference/array/functions/array-map.xml Mon Nov 1 07:39:24 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-map">
<refnamediv>
@@ -86,9 +86,7 @@
?>
]]>
</programlisting>
- <para>
- This results:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
// printout of $c
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-merge.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/array/functions/array-merge.xml
diff -u phpdoc/en/reference/array/functions/array-merge.xml:1.13
phpdoc/en/reference/array/functions/array-merge.xml:1.14
--- phpdoc/en/reference/array/functions/array-merge.xml:1.13 Tue May 4 15:01:46
2004
+++ phpdoc/en/reference/array/functions/array-merge.xml Mon Nov 1 07:39:24 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-merge">
<refnamediv>
@@ -129,9 +129,7 @@
?>
]]>
</programlisting>
- <para>
- The output is:
- </para>
+ &example.outputs;
<screen role="php">
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-slice.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/array-slice.xml
diff -u phpdoc/en/reference/array/functions/array-slice.xml:1.9
phpdoc/en/reference/array/functions/array-slice.xml:1.10
--- phpdoc/en/reference/array/functions/array-slice.xml:1.9 Wed Sep 15 14:27:51
2004
+++ phpdoc/en/reference/array/functions/array-slice.xml Mon Nov 1 07:39:25 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-slice">
<refnamediv>
@@ -59,9 +59,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-sum.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/array/functions/array-sum.xml
diff -u phpdoc/en/reference/array/functions/array-sum.xml:1.10
phpdoc/en/reference/array/functions/array-sum.xml:1.11
--- phpdoc/en/reference/array/functions/array-sum.xml:1.10 Fri Aug 20 05:36:57
2004
+++ phpdoc/en/reference/array/functions/array-sum.xml Mon Nov 1 07:39:25 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.59 -->
<refentry id="function.array-sum">
<refnamediv>
@@ -32,9 +32,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the program above will be:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
sum(a) = 20
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-udiff-assoc.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/array-udiff-assoc.xml
diff -u phpdoc/en/reference/array/functions/array-udiff-assoc.xml:1.8
phpdoc/en/reference/array/functions/array-udiff-assoc.xml:1.9
--- phpdoc/en/reference/array/functions/array-udiff-assoc.xml:1.8 Thu Aug 19
09:10:36 2004
+++ phpdoc/en/reference/array/functions/array-udiff-assoc.xml Mon Nov 1 07:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-udiff-assoc">
<refnamediv>
@@ -54,9 +54,7 @@
?>
]]>
</programlisting>
- <para>
- The result is:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-udiff-uassoc.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/array/functions/array-udiff-uassoc.xml
diff -u phpdoc/en/reference/array/functions/array-udiff-uassoc.xml:1.10
phpdoc/en/reference/array/functions/array-udiff-uassoc.xml:1.11
--- phpdoc/en/reference/array/functions/array-udiff-uassoc.xml:1.10 Thu Aug 19
09:10:36 2004
+++ phpdoc/en/reference/array/functions/array-udiff-uassoc.xml Mon Nov 1 07:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-udiff-uassoc">
<refnamediv>
@@ -64,9 +64,7 @@
?>
]]>
</programlisting>
- <para>
- The result is:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-udiff.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/array-udiff.xml
diff -u phpdoc/en/reference/array/functions/array-udiff.xml:1.8
phpdoc/en/reference/array/functions/array-udiff.xml:1.9
--- phpdoc/en/reference/array/functions/array-udiff.xml:1.8 Tue Jul 27 00:48:53
2004
+++ phpdoc/en/reference/array/functions/array-udiff.xml Mon Nov 1 07:39:25 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-udiff">
<refnamediv>
@@ -54,9 +54,7 @@
?>
]]>
</programlisting>
- <para>
- The result is:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-uintersect-assoc.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/array/functions/array-uintersect-assoc.xml
diff -u phpdoc/en/reference/array/functions/array-uintersect-assoc.xml:1.3
phpdoc/en/reference/array/functions/array-uintersect-assoc.xml:1.4
--- phpdoc/en/reference/array/functions/array-uintersect-assoc.xml:1.3 Thu Aug 19
09:10:36 2004
+++ phpdoc/en/reference/array/functions/array-uintersect-assoc.xml Mon Nov 1
07:39:25 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.array-uintersect-assoc">
<refnamediv>
<refname>array_uintersect_assoc</refname>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- Result will look like:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml
diff -u phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.3
phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.4
--- phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.3 Thu Aug 19
09:10:36 2004
+++ phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml Mon Nov 1
07:39:25 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.array-uintersect-uassoc">
<refnamediv>
<refname>array_uintersect_uassoc</refname>
@@ -35,9 +35,7 @@
?>
]]>
</programlisting>
- <para>
- Result will look like:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-uintersect.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/array/functions/array-uintersect.xml
diff -u phpdoc/en/reference/array/functions/array-uintersect.xml:1.3
phpdoc/en/reference/array/functions/array-uintersect.xml:1.4
--- phpdoc/en/reference/array/functions/array-uintersect.xml:1.3 Thu Aug 19
09:10:37 2004
+++ phpdoc/en/reference/array/functions/array-uintersect.xml Mon Nov 1 07:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.array-uintersect">
<refnamediv>
<refname>array_uintersect</refname>
@@ -33,9 +33,7 @@
?>
]]>
</programlisting>
- <para>
- Result will look like:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-unique.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/array/functions/array-unique.xml
diff -u phpdoc/en/reference/array/functions/array-unique.xml:1.13
phpdoc/en/reference/array/functions/array-unique.xml:1.14
--- phpdoc/en/reference/array/functions/array-unique.xml:1.13 Mon Dec 15 11:47:04
2003
+++ phpdoc/en/reference/array/functions/array-unique.xml Mon Nov 1 07:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-unique">
<refnamediv>
@@ -46,9 +46,7 @@
?>
]]>
</programlisting>
- <para>
- This will output:
- </para>
+ &example.outputs;
<screen role="php">
<![CDATA[
Array
@@ -73,9 +71,7 @@
?>
]]>
</programlisting>
- <para>
- This script will output:
- </para>
+ &example.outputs;
<screen role="php">
<![CDATA[
array(2) {
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-values.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/array-values.xml
diff -u phpdoc/en/reference/array/functions/array-values.xml:1.9
phpdoc/en/reference/array/functions/array-values.xml:1.10
--- phpdoc/en/reference/array/functions/array-values.xml:1.9 Mon Dec 15 11:47:04
2003
+++ phpdoc/en/reference/array/functions/array-values.xml Mon Nov 1 07:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-values">
<refnamediv>
@@ -28,9 +28,7 @@
?>
]]>
</programlisting>
- <para>
- This will output:
- </para>
+ &example.outputs;
<screen role="php">
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-walk-recursive.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/array/functions/array-walk-recursive.xml
diff -u phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.5
phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.6
--- phpdoc/en/reference/array/functions/array-walk-recursive.xml:1.5 Thu Aug 12
14:11:56 2004
+++ phpdoc/en/reference/array/functions/array-walk-recursive.xml Mon Nov 1
07:39:26 2004
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.array-walk-recursive">
<refnamediv>
<refname>array_walk_recursive</refname>
@@ -55,9 +55,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the program above will be:
- </para>
+ &example.outputs;
<screen role="php">
<![CDATA[
a holds apple
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-walk.xml?r1=1.21&r2=1.22&ty=u
Index: phpdoc/en/reference/array/functions/array-walk.xml
diff -u phpdoc/en/reference/array/functions/array-walk.xml:1.21
phpdoc/en/reference/array/functions/array-walk.xml:1.22
--- phpdoc/en/reference/array/functions/array-walk.xml:1.21 Tue Aug 3 04:51:19
2004
+++ phpdoc/en/reference/array/functions/array-walk.xml Mon Nov 1 07:39:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-walk">
<refnamediv>
@@ -97,9 +97,7 @@
?>
]]>
</programlisting>
- <para>
- The printout of the program above will be:
- </para>
+ &example.outputs;
<screen role="php">
<![CDATA[
Before ...:
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/array/functions/array.xml
diff -u phpdoc/en/reference/array/functions/array.xml:1.12
phpdoc/en/reference/array/functions/array.xml:1.13
--- phpdoc/en/reference/array/functions/array.xml:1.12 Thu Jun 17 17:26:19 2004
+++ phpdoc/en/reference/array/functions/array.xml Mon Nov 1 07:39:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.110 -->
<refentry id="function.array">
<refnamediv>
@@ -71,9 +71,7 @@
?>
]]>
</programlisting>
- <para>
- will display:
- </para>
+ &example.outputs;
<screen role="php">
<![CDATA[
Array
@@ -107,9 +105,7 @@
?>
]]>
</programlisting>
- <para>
- will display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Array
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/arsort.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/arsort.xml
diff -u phpdoc/en/reference/array/functions/arsort.xml:1.9
phpdoc/en/reference/array/functions/arsort.xml:1.10
--- phpdoc/en/reference/array/functions/arsort.xml:1.9 Tue Aug 3 06:24:05 2004
+++ phpdoc/en/reference/array/functions/arsort.xml Mon Nov 1 07:39:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.arsort">
<refnamediv>
@@ -38,9 +38,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
a = orange
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/asort.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/asort.xml
diff -u phpdoc/en/reference/array/functions/asort.xml:1.9
phpdoc/en/reference/array/functions/asort.xml:1.10
--- phpdoc/en/reference/array/functions/asort.xml:1.9 Tue Aug 3 06:24:05 2004
+++ phpdoc/en/reference/array/functions/asort.xml Mon Nov 1 07:39:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.asort">
<refnamediv>
@@ -36,9 +36,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
c = apple
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/each.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/array/functions/each.xml
diff -u phpdoc/en/reference/array/functions/each.xml:1.15
phpdoc/en/reference/array/functions/each.xml:1.16
--- phpdoc/en/reference/array/functions/each.xml:1.15 Tue Aug 3 13:05:01 2004
+++ phpdoc/en/reference/array/functions/each.xml Mon Nov 1 07:39:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.each">
<refnamediv>
@@ -106,9 +106,7 @@
?>
]]>
</programlisting>
- <para>
- Outputs:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
a => apple
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/extract.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/array/functions/extract.xml
diff -u phpdoc/en/reference/array/functions/extract.xml:1.17
phpdoc/en/reference/array/functions/extract.xml:1.18
--- phpdoc/en/reference/array/functions/extract.xml:1.17 Sun Apr 11 11:41:59
2004
+++ phpdoc/en/reference/array/functions/extract.xml Mon Nov 1 07:39:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.extract">
<refnamediv>
@@ -187,9 +187,7 @@
?>
]]>
</programlisting>
- <para>
- The above example will produce:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
blue, large, sphere, medium
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/in-array.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/array/functions/in-array.xml
diff -u phpdoc/en/reference/array/functions/in-array.xml:1.11
phpdoc/en/reference/array/functions/in-array.xml:1.12
--- phpdoc/en/reference/array/functions/in-array.xml:1.11 Mon Dec 15 11:47:04
2003
+++ phpdoc/en/reference/array/functions/in-array.xml Mon Nov 1 07:39:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.56 -->
<refentry id="function.in-array">
<refnamediv>
@@ -82,9 +82,7 @@
?>
]]>
</programlisting>
- <para>
- This will display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
1.13 found with strict check
@@ -114,9 +112,7 @@
?>
]]>
</programlisting>
- <para>
- Outputs:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
'ph' was found
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/krsort.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/krsort.xml
diff -u phpdoc/en/reference/array/functions/krsort.xml:1.9
phpdoc/en/reference/array/functions/krsort.xml:1.10
--- phpdoc/en/reference/array/functions/krsort.xml:1.9 Tue Aug 3 06:24:05 2004
+++ phpdoc/en/reference/array/functions/krsort.xml Mon Nov 1 07:39:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.krsort">
<refnamediv>
@@ -35,9 +35,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
d = lemon
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/ksort.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/ksort.xml
diff -u phpdoc/en/reference/array/functions/ksort.xml:1.9
phpdoc/en/reference/array/functions/ksort.xml:1.10
--- phpdoc/en/reference/array/functions/ksort.xml:1.9 Tue Aug 3 06:24:06 2004
+++ phpdoc/en/reference/array/functions/ksort.xml Mon Nov 1 07:39:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.ksort">
<refnamediv>
@@ -35,9 +35,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
a = orange
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/natcasesort.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/array/functions/natcasesort.xml
diff -u phpdoc/en/reference/array/functions/natcasesort.xml:1.6
phpdoc/en/reference/array/functions/natcasesort.xml:1.7
--- phpdoc/en/reference/array/functions/natcasesort.xml:1.6 Tue Aug 3 06:24:06
2004
+++ phpdoc/en/reference/array/functions/natcasesort.xml Mon Nov 1 07:39:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.25 -->
<refentry id="function.natcasesort">
<refnamediv>
@@ -41,9 +41,7 @@
?>
]]>
</programlisting>
- <para>
- The code above will generate the following output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Standard sorting
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/natsort.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/array/functions/natsort.xml
diff -u phpdoc/en/reference/array/functions/natsort.xml:1.10
phpdoc/en/reference/array/functions/natsort.xml:1.11
--- phpdoc/en/reference/array/functions/natsort.xml:1.10 Sun Aug 1 19:20:42
2004
+++ phpdoc/en/reference/array/functions/natsort.xml Mon Nov 1 07:39:28 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.25 -->
<refentry id="function.natsort">
<refnamediv>
@@ -40,9 +40,7 @@
?>
]]>
</programlisting>
- <para>
- The code above will generate the following output:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
Standard sorting
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/rsort.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/array/functions/rsort.xml
diff -u phpdoc/en/reference/array/functions/rsort.xml:1.9
phpdoc/en/reference/array/functions/rsort.xml:1.10
--- phpdoc/en/reference/array/functions/rsort.xml:1.9 Tue Aug 3 06:24:06 2004
+++ phpdoc/en/reference/array/functions/rsort.xml Mon Nov 1 07:39:28 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.rsort">
<refnamediv>
@@ -34,9 +34,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
0 = orange
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/sort.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/array/functions/sort.xml
diff -u phpdoc/en/reference/array/functions/sort.xml:1.15
phpdoc/en/reference/array/functions/sort.xml:1.16
--- phpdoc/en/reference/array/functions/sort.xml:1.15 Sat Sep 11 11:50:39 2004
+++ phpdoc/en/reference/array/functions/sort.xml Mon Nov 1 07:39:28 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.sort">
<refnamediv>
@@ -44,9 +44,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
fruits[0] = apple
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/uksort.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/array/functions/uksort.xml
diff -u phpdoc/en/reference/array/functions/uksort.xml:1.13
phpdoc/en/reference/array/functions/uksort.xml:1.14
--- phpdoc/en/reference/array/functions/uksort.xml:1.13 Tue Aug 3 06:24:06 2004
+++ phpdoc/en/reference/array/functions/uksort.xml Mon Nov 1 07:39:29 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.uksort">
<refnamediv>
@@ -56,9 +56,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
20: twenty
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/usort.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/array/functions/usort.xml
diff -u phpdoc/en/reference/array/functions/usort.xml:1.19
phpdoc/en/reference/array/functions/usort.xml:1.20
--- phpdoc/en/reference/array/functions/usort.xml:1.19 Tue Aug 3 06:24:06 2004
+++ phpdoc/en/reference/array/functions/usort.xml Mon Nov 1 07:39:29 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.usort">
<refnamediv>
@@ -64,9 +64,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
0: 1
@@ -113,9 +111,7 @@
When sorting a multi-dimensional array, <varname>$a</varname> and
<varname>$b</varname> contain references to the first index of the array.
</para>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
$fruits[0]: apples
@@ -166,9 +162,7 @@
?>
]]>
</programlisting>
- <para>
- This example would display:
- </para>
+ &example.outputs;
<screen>
<![CDATA[
b