I encountered this error when migrating some old code to a new server:
Warning: syntax error, unexpected BOOL_TRUE in Unknown on line 1 in test.php on line 3
It turns out that as of PHP 5.3 strings that contain spaces in .ini files should be enclosed in double quotes.
