mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix version of \e (was not available on Windows before, see bug #61827)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335758 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
96ac68c599
commit
a2b30c956f
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ echo 'Variables do not $expand $either';
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>\e</literal></entry>
|
||||
<entry>escape (ESC or 0x1B (27) in ASCII) (since PHP 5.4.0)</entry>
|
||||
<entry>escape (ESC or 0x1B (27) in ASCII) (since PHP 5.4.4)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>\f</literal></entry>
|
||||
|
|
Loading…
Reference in a new issue