be consistent with parans

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124218 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2003-04-22 02:32:13 +00:00
parent ca95a150bd
commit 8051d9a816

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.47 $ -->
<!-- $Revision: 1.48 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@ -603,7 +603,7 @@ echo "Should be 4: " . $a . "<br />\n";
<para>
PHP follows Perl's convention when dealing with arithmetic operations
on character variables and not C's. For example, in Perl 'Z'+1 turns
into 'AA', while in C 'Z'+1 turns into '[' { ord('Z') == 90, ord('[') == 91 ).
into 'AA', while in C 'Z'+1 turns into '[' ( ord('Z') == 90, ord('[') == 91 ).
<example>
<title>Arithmetric Operations on Character Variables</title>
<programlisting role="php">