mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
445e6c45bd
commit
37ded2b67e
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue