The output of this looks quite weird in the docs. Splitting it up in hopes of making it look better...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125518 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2003-05-02 22:11:18 +00:00
parent 445e6c45bd
commit 37ded2b67e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.49 $ -->
<!-- $Revision: 1.50 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@ -738,7 +738,9 @@ $c = $a + $b;
var_dump($c);
]]>
</programlisting>
<screen role="php">
</informalexample>
When executed, this script will print the following:
<screen role="php">
<![CDATA[
array(3) {
["a"]=>
@ -750,8 +752,7 @@ array(3) {
}
]]>
</screen>
</informalexample>
</screen>
</para>
<para>
See also the manual sections on the