The list of parser tokens is located here:
http://www.php.net/manual/en/print/tokens.php
For this problem, there is something wrong with the string you "build"
you probably forgot to escape an " or ' (or forgot one of those)
just check the line wich the error references to for syntax errors in the string.
Greetz Daan