mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed mistake
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d852bc6343
commit
30aced0fb6
1 changed files with 2 additions and 2 deletions
|
@ -415,7 +415,7 @@
|
|||
</entry>
|
||||
<entry>
|
||||
Regards inputs starting with a zero (<literal>0</literal>) as octal
|
||||
numbers. This only allows the preceding digits to be
|
||||
numbers. This only allows the succeeding digits to be
|
||||
<literal>0-7</literal>.
|
||||
</entry>
|
||||
</row>
|
||||
|
@ -427,7 +427,7 @@
|
|||
<entry>
|
||||
Regards inputs starting with <literal>0x</literal> or
|
||||
<literal>0X</literal> as hexadecimal numbers. This only allows
|
||||
preceding characters to be <literal>a-hA-H0-9</literal>.
|
||||
succeeding characters to be <literal>a-hA-H0-9</literal>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue