![]() |
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 |
![]() All rights reserved. |
Last updated: Wed Apr 02 10:01:30 2025 UTC |