Hi,
my PHP (PHP Version 4.1.1) suddenly does not take this anymore:
 $a['color'] = 'red';
I get this error: Parse error: parse error, expecting `T_STRING' or
`T_VARIABLE' or `T_NUM_STRING'
when I remove the quotes around the key, it works.
Problem is , that a certain key is "%coding" (I know, I know, I should not
use non-alphanumerics, but it used to work) and this key I cannot use
anymore: php does not take %coding, nor '%coding', nor "%coding".
Can someone help me out ?
Marc




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to