Re: [PHP-DEV] Unexpected character in input

2006-06-13 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Any idea what is going wrong here? Sorry for the noise, it turned out that is caused by escape sequences in the code that my code analyzes using token_get_all(). -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A

Re: [PHP-DEV] Unexpected character in input

2006-06-12 Thread Jasper Bryant-Greene
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Try opening the suspect file in a hex editor, or some editor which won't hide special characters (e.g. ASCII 27) from you. I think you'll find that one has somehow wound its way in there. Either that, or current PHP_5_2 is messed up in some way =)