On Tue, 22 May 2007, Tomas Kuliavas wrote: > > > > Recent versions of PHP5, has a binary string introducer. > > > > echo strlen(b"\xC4\x85"); > > I have already said to Stefan. It is not an option. I need backwards > compatibility. If older PHP versions fail with E_PARSE errors, I can't use > it.
[EMAIL PROTECTED]:~$ php -r 'echo strlen(b"\xC4\x85"), "\n";' 2 works fine here... (with php 5.2) Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php