CloneSet1308


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.978statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12111
plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php
22113
plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php
32194
plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php
Clone Instance
1
Line Count
2
Source Line
111
Source File
plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php

            curl_setopt($c, CURLOPT_WRITEFUNCTION,
                        array( &$this, "_writeData"
                             ));


Clone Instance
2
Line Count
2
Source Line
113
Source File
plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php

            curl_setopt($c, CURLOPT_HEADERFUNCTION,
                        array( &$this, "_writeHeader"
                             ));


Clone Instance
3
Line Count
2
Source Line
194
Source File
plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php

        curl_setopt($c, CURLOPT_WRITEFUNCTION,
                    array( &$this, "_writeData"
                         ));


Clone AbstractionParameter Count: 2Parameter Bindings

curl_setopt($c, [[#variable20147c80]],array( &$this,
                                              [[#variable20147c00]]
                                           ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20147c80]]
CURLOPT_WRITEFUNCTION 
12[[#20147c80]]
CURLOPT_HEADERFUNCTION 
13[[#20147c80]]
CURLOPT_WRITEFUNCTION 
21[[#20147c00]]
"_writeData" 
22[[#20147c00]]
"_writeHeader" 
23[[#20147c00]]
"_writeData"