diff options
author | murphy <murphy@rubychan.de> | 2009-12-28 07:27:12 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-12-28 07:27:12 +0000 |
commit | 432aeb74d5a49e6f0efd1063113cef099c93aef6 (patch) | |
tree | f300ae05c2418721ea188ca1acc763cff06e71b7 /test/scanners/php/test.expected.raydebug | |
parent | 1982b2bf7e7bfa333838cf2f3e7613c00d2a67c3 (diff) | |
download | coderay-432aeb74d5a49e6f0efd1063113cef099c93aef6.tar.gz |
Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to trunk.
Diffstat (limited to 'test/scanners/php/test.expected.raydebug')
-rw-r--r-- | test/scanners/php/test.expected.raydebug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scanners/php/test.expected.raydebug b/test/scanners/php/test.expected.raydebug index 184d171..652e366 100644 --- a/test/scanners/php/test.expected.raydebug +++ b/test/scanners/php/test.expected.raydebug @@ -282,7 +282,7 @@ reserved(class) class(Zip) reserved(extends) constant(Archive) operator({) reserved(return) pre_constant(false)operator(;) comment(// Load the files content) - local_variable($content) operator(=) operator(@)predefined(file_get_contents)operator(()local_variable($file)operator(\))operator(;) + local_variable($content) operator(=) exception(@)predefined(file_get_contents)operator(()local_variable($file)operator(\))operator(;) comment(// Return false if the file cannot be opened) reserved(if)operator(()operator(!)local_variable($content)operator(\)) @@ -364,7 +364,7 @@ reserved(class) class(Zip) reserved(extends) constant(Archive) operator({) local_variable($header) operator(=) predefined(substr)operator(()local_variable($cdr)operator(,) local_variable($pos)operator(,) integer(46)operator(\))operator(;) comment(// Unpack the header information) - local_variable($header_info) operator(=) operator(@)predefined(unpack)operator(()string<delimiter(')content(Vheader/)delimiter(')>operator(.) + local_variable($header_info) operator(=) exception(@)predefined(unpack)operator(()string<delimiter(')content(Vheader/)delimiter(')>operator(.) string<delimiter(')content(vversion_made_by/)delimiter(')>operator(.) string<delimiter(')content(vversion_needed/)delimiter(')>operator(.) string<delimiter(')content(vgeneral_purpose/)delimiter(')>operator(.) @@ -428,7 +428,7 @@ reserved(class) class(Zip) reserved(extends) constant(Archive) operator({) local_variable($header) operator(=) predefined(substr)operator(()local_variable($string)operator(,) local_variable($entry)operator([)string<delimiter(')content(offset)delimiter(')>operator(])operator(,) integer(30)operator(\))operator(;) comment(// Unpack the header information) - local_variable($header_info) operator(=) operator(@)predefined(unpack)operator(()string<delimiter(')content(Vheader/)delimiter(')>operator(.) + local_variable($header_info) operator(=) exception(@)predefined(unpack)operator(()string<delimiter(')content(Vheader/)delimiter(')>operator(.) string<delimiter(')content(vversion_needed/)delimiter(')>operator(.) string<delimiter(')content(vgeneral_purpose/)delimiter(')>operator(.) string<delimiter(')content(vcompression_method/)delimiter(')>operator(.) |