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:
Jakub Vrana 2015-01-15 17:17:37 +00:00
parent 96ac68c599
commit a2b30c956f

View file

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