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