Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2522 | libraries/phpxmlrpc/xmlrpc.php |
2 | 2 | 3412 | libraries/phpxmlrpc/xmlrpc.php |
3 | 4 | 931 | libraries/phpxmlrpc/xmlrpcs.php |
| ||||
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, TRUE); // G. Giunta 2005/02/13: PHP internally uses ISO-8859-1, so we have to tell // the xml parser to give us back data in the expected charset xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, $GLOBALS['xmlrpc_internalencoding']); |
| ||||
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, TRUE); xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, $GLOBALS['xmlrpc_internalencoding']); |
| ||||
xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, TRUE); // G. Giunta 2005/02/13: PHP internally uses ISO-8859-1, so we have to tell // the xml parser to give us back data in the expected charset xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, $GLOBALS['xmlrpc_internalencoding']); |
| |||
xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,TRUE); // G. Giunta 2005/02/13: PHP internally uses ISO-8859-1, so we have to tell // the xml parser to give us back data in the expected charset xml_parser_set_option($parser,XML_OPTION_TARGET_ENCODING,$GLOBALS['xmlrpc_internalencoding']); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |