Introduce a field "stringValue" used by the new method getString() that read a string...
authorkpouer <kpouer>
Fri, 24 Jan 2003 11:40:19 +0000 (11:40 +0000)
committerkpouer <kpouer>
Fri, 24 Jan 2003 11:40:19 +0000 (11:40 +0000)
commite99689919a7bf82f67cb865c2b95b6fbded4b573
treec9cdd2af5f48e16bb5ce056aa61e3abfdfe2327c
parentfdaafeb45e4855334fd5ddc53035d41b94659db0
Introduce a field "stringValue" used by the new method getString() that read a string token (like getNumber())
The variable in outline will now show their initial value
I also think the bug 670086 with the error on save is fixed (by catching a SyntaxError in parseDeclarations())

I still have a bug : when you change the initial value of a field, the outline will not detect it
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpparser/PHPParser.java