mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
The \v escape sequence is supported as of PHP 5.2.5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351905 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e095023e40
commit
043aa7b524
3 changed files with 6 additions and 6 deletions
|
@ -85,8 +85,8 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara> <!-- not \v, since not supported by PHP -->
|
||||
"\x0B" (<acronym>ASCII</acronym> <literal>11</literal>
|
||||
<simpara>
|
||||
"\v" (<acronym>ASCII</acronym> <literal>11</literal>
|
||||
(<literal>0x0B</literal>)), a vertical tab.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara> <!-- not \v, since not supported by PHP -->
|
||||
"\x0B" (<acronym>ASCII</acronym> <literal>11</literal>
|
||||
<simpara>
|
||||
"\v" (<acronym>ASCII</acronym> <literal>11</literal>
|
||||
(<literal>0x0B</literal>)), a vertical tab.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara> <!-- not \v, since not supported by PHP -->
|
||||
"\x0B" (<acronym>ASCII</acronym> <literal>11</literal>
|
||||
<simpara>
|
||||
"\v" (<acronym>ASCII</acronym> <literal>11</literal>
|
||||
(<literal>0x0B</literal>)), a vertical tab.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue