mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
user note: grammar fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177410 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2b5f070ae2
commit
c1ce6fe9b6
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.146 $ -->
|
||||
<!-- $Revision: 1.147 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -371,8 +371,8 @@ integer : [+-]?decimal
|
|||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
If invalid digit is passed to octal integer (i.e. 8 or 9), the rest of
|
||||
the number is ignored.
|
||||
If an invalid digit is passed to octal integer (i.e. 8 or 9), the rest
|
||||
of the number is ignored.
|
||||
<example>
|
||||
<title>Octal weirdness</title>
|
||||
<programlisting role="php">
|
||||
|
|
Loading…
Reference in a new issue