| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 12 | 2 | 0.979 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 1401 | libraries/phpxmlrpc/xmlrpc.php |
| 2 | 1 | 1410 | libraries/phpxmlrpc/xmlrpc.php |
| 3 | 1 | 1693 | libraries/phpxmlrpc/xmlrpc.php |
| 4 | 1 | 2364 | libraries/phpxmlrpc/xmlrpc.php |
| 5 | 1 | 2394 | libraries/phpxmlrpc/xmlrpc.php |
| 6 | 1 | 2401 | libraries/phpxmlrpc/xmlrpc.php |
| 7 | 1 | 2433 | libraries/phpxmlrpc/xmlrpc.php |
| 8 | 2 | 2584 | libraries/phpxmlrpc/xmlrpc.php |
| 9 | 1 | 148 | libraries/phpxmlrpc/xmlrpcs.php |
| 10 | 1 | 189 | libraries/phpxmlrpc/xmlrpcs.php |
| 11 | 1 | 819 | libraries/phpxmlrpc/xmlrpcs.php |
| 12 | 1 | 826 | libraries/phpxmlrpc/xmlrpcs.php |
| ||||
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['no_curl'], $GLOBALS['xmlrpcstr']['no_curl']); |
| ||||
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['no_ssl'], $GLOBALS['xmlrpcstr']['no_ssl']); |
| ||||
$result= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['multicall_error'], $GLOBALS['xmlrpcstr']['multicall_error']); |
| ||||
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['dechunk_fail'], $GLOBALS['xmlrpcstr']['dechunk_fail']); |
| ||||
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['decompress_fail'], $GLOBALS['xmlrpcstr']['decompress_fail']); |
| ||||
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['cannot_decompress'], $GLOBALS['xmlrpcstr']['cannot_decompress']); |
| ||||
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['no_data'], $GLOBALS['xmlrpcstr']['no_data']); |
| ||||
// something odd has happened
// and it's time to generate a client side error
// indicating something odd went on
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['invalid_return'],
$GLOBALS['xmlrpcstr']['invalid_return']);
|
| ||||
$r= &new xmlrpcresp(0,$GLOBALS['xmlrpcerr']['introspect_unknown'], $GLOBALS['xmlrpcstr']['introspect_unknown']); |
| ||||
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['introspect_unknown'], $GLOBALS['xmlrpcstr']['introspect_unknown']); |
| ||||
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['server_decompress_fail'], $GLOBALS['xmlrpcstr']['server_decompress_fail']); |
| ||||
//error_log('The server sent deflated data. Your php install must have the Zlib extension compiled in to support this.');
$r= &new xmlrpcresp(0, $GLOBALS['xmlrpcerr']['server_cannot_decompress'], $GLOBALS['xmlrpcstr']['server_cannot_decompress']);
|
| |||
[[#variable233924e0]]= &new xmlrpcresp(0,$GLOBALS['xmlrpcerr'][ [[#variable233924a0]]],$GLOBALS['xmlrpcstr'][ [[#variable233924a0]]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#233924e0]] | $r |
| 1 | 2 | [[#233924e0]] | // something odd has happened // and it's time to generate a client side error // indicating something odd went on $r |
| 1 | 3 | [[#233924e0]] | $r |
| 1 | 4 | [[#233924e0]] | $r |
| 1 | 5 | [[#233924e0]] | $r |
| 1 | 6 | [[#233924e0]] | $r |
| 1 | 7 | [[#233924e0]] | $result |
| 1 | 8 | [[#233924e0]] | $r |
| 1 | 9 | [[#233924e0]] | $r |
| 1 | 10 | [[#233924e0]] | //error_log('The server sent deflated data. Your php install must have the Zlib extension compiled in to support this.');
$r |
| 1 | 11 | [[#233924e0]] | $r |
| 1 | 12 | [[#233924e0]] | $r |
| 2 | 1 | [[#233924a0]] | 'introspect_unknown' |
| 2 | 2 | [[#233924a0]] | 'invalid_return' |
| 2 | 3 | [[#233924a0]] | 'no_data' |
| 2 | 4 | [[#233924a0]] | 'cannot_decompress' |
| 2 | 5 | [[#233924a0]] | 'decompress_fail' |
| 2 | 6 | [[#233924a0]] | 'dechunk_fail' |
| 2 | 7 | [[#233924a0]] | 'multicall_error' |
| 2 | 8 | [[#233924a0]] | 'no_ssl' |
| 2 | 9 | [[#233924a0]] | 'no_curl' |
| 2 | 10 | [[#233924a0]] | 'server_cannot_decompress' |
| 2 | 11 | [[#233924a0]] | 'server_decompress_fail' |
| 2 | 12 | [[#233924a0]] | 'introspect_unknown' |