mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Changed wording. Hope it makes a little more sense now.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@13743 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
de48047a5d
commit
267492ef23
1 changed files with 2 additions and 2 deletions
|
@ -97,14 +97,14 @@ $a = 1.2e3;
|
|||
<entry><literal>\[0-7]{1,3}</literal></entry>
|
||||
<entry>
|
||||
the sequence of characters matching the regular
|
||||
expression is an integer in octal notation
|
||||
expression is a character in octal notation
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>\x[0-9A-Fa-f]{1,2}</literal></entry>
|
||||
<entry>
|
||||
the sequence of characters matching the regular
|
||||
expression is an integer in hexadecimal notation
|
||||
expression is a character in hexadecimal notation
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue