Fixed mistake

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-03-25 09:51:10 +00:00
parent d852bc6343
commit 30aced0fb6

View file

@ -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>