diff options
Diffstat (limited to 'test/scanners/php/class.expected.raydebug')
-rw-r--r-- | test/scanners/php/class.expected.raydebug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scanners/php/class.expected.raydebug b/test/scanners/php/class.expected.raydebug index bc46870..cdef7d4 100644 --- a/test/scanners/php/class.expected.raydebug +++ b/test/scanners/php/class.expected.raydebug @@ -45,7 +45,7 @@ reserved(class) class(Cart) operator({) reserved(function) function(Cart)operator(()operator(\)) operator({) local_variable($this)operator(->)ident(todays_date) operator(=) predefined(date)operator(()string<delimiter(")content(Y-m-d)delimiter(")>operator(\))operator(;) - local_variable($this)operator(->)ident(name) operator(=) local_variable($GLOBALS)operator([)string<delimiter(')content(firstname)delimiter(')>operator(])operator(;) + local_variable($this)operator(->)ident(name) operator(=) predefined($GLOBALS)operator([)string<delimiter(')content(firstname)delimiter(')>operator(])operator(;) comment(/* etc. . . */) operator(}) operator(}) @@ -61,7 +61,7 @@ operator({) predefined(echo) predefined(get_class)operator(()local_variable($this)operator(\))operator(;) predefined(echo) string<delimiter(")content(\))char(\\n)delimiter(")>operator(;) operator(}) reserved(else) operator({) - predefined(echo) string<delimiter(")content(\\$)content(this is not defined.)char(\\n)delimiter(")>operator(;) + predefined(echo) string<delimiter(")char(\\$)content(this is not defined.)char(\\n)delimiter(")>operator(;) operator(}) operator(}) operator(}) |