php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #60350
Patch phpdoc_string_escape_code_for_ESC revision 2011-11-30 21:13 UTC by php at mickweiss dot com
Patch phpdoc-string_escape_code_for_ESC revision 2011-11-30 21:07 UTC by php at mickweiss dot com
revision 2011-11-21 19:50 UTC by php at mickweiss dot com
Patch bug60350.phpt revision 2011-11-21 20:52 UTC by php at mickweiss dot com
Patch string_escape_code_for_ESC_patch revision 2011-11-21 19:37 UTC by php at mickweiss dot com

Patch bug60350.phpt for Documentation problem Bug #60350

Patch version 2011-11-21 20:52 UTC

Return to Bug #60350 | Download this patch
Patch Revisions:

Developer: php@mickweiss.com

--TEST--
Bug #60350 No string escape code for ESC (ascii 27), normally \e
--FILE--
<?php
$str = "\e";
if (ord($str) == 27) {
    echo "Works";
}
?>
--EXPECT--
Works
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 18:01:35 2024 UTC