diff options
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(.) |