<http://forum.pspad.com/read.php?f=2&i=11905&t=11905> ----------------------------------------------------------------
In PHP a variable name must follow the folowing rule (expresed as a RegExp): [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]* which contrast to most programming languages whose variable naming rule is: [a-zA-Z_][a-zA-Z0-9_]* Code Explorer only recognice variables that follow the second rule. So that some valid variables in PHP are not properly parsed. -- PSPad freeware editor http://www.pspad.com
