summaryrefslogtreecommitdiff
path: root/test/scanners/php/class.expected.raydebug
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-12-28 07:27:12 +0000
committermurphy <murphy@rubychan.de>2009-12-28 07:27:12 +0000
commit432aeb74d5a49e6f0efd1063113cef099c93aef6 (patch)
treef300ae05c2418721ea188ca1acc763cff06e71b7 /test/scanners/php/class.expected.raydebug
parent1982b2bf7e7bfa333838cf2f3e7613c00d2a67c3 (diff)
downloadcoderay-432aeb74d5a49e6f0efd1063113cef099c93aef6.tar.gz
Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to trunk.
Diffstat (limited to 'test/scanners/php/class.expected.raydebug')
-rw-r--r--test/scanners/php/class.expected.raydebug4
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(})