|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug60350.phpt for Documentation problem Bug #60350Patch version 2011-11-21 20:52 UTC Return to Bug #60350 | Download this patchPatch 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
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 04:00:02 2025 UTC |