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-2024 The PHP Group All rights reserved. |
Last updated: Tue Dec 03 17:01:29 2024 UTC |