mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added \e documentation via a patch from Mick Weiss. Documents PHP bug #60350
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320209 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3c57264652
commit
0fa36ed5cc
1 changed files with 4 additions and 0 deletions
|
@ -146,6 +146,10 @@ echo 'Variables do not $expand $either';
|
|||
<entry><literal>\v</literal></entry>
|
||||
<entry>vertical tab (VT or 0x0B (11) in ASCII) (since PHP 5.2.5)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>\e</literal></entry>
|
||||
<entry>escape (ESC or 0x1B (27) in ASCII) (since PHP 5.4.0)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>\f</literal></entry>
|
||||
<entry>form feed (FF or 0x0C (12) in ASCII) (since PHP 5.2.5)</entry>
|
||||
|
|
Loading…
Reference in a new issue