From 37ded2b67e27b87f7f0c299abac9d86ada8e2b94 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Fri, 2 May 2003 22:11:18 +0000 Subject: [PATCH] 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 --- language/operators.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index a87fb1faeb..2bc85b5551 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -738,7 +738,9 @@ $c = $a + $b; var_dump($c); ]]> - + + When executed, this script will print the following: + @@ -750,8 +752,7 @@ array(3) { } ]]> - - + See also the manual sections on the