CloneSet762


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142522
libraries/phpxmlrpc/xmlrpc.php
223412
libraries/phpxmlrpc/xmlrpc.php
34931
libraries/phpxmlrpc/xmlrpcs.php
Clone Instance
1
Line Count
4
Source Line
2522
Source File
libraries/phpxmlrpc/xmlrpc.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']);


Clone Instance
2
Line Count
2
Source Line
3412
Source File
libraries/phpxmlrpc/xmlrpc.php

                xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, TRUE);
                xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, $GLOBALS['xmlrpc_internalencoding']);


Clone Instance
3
Line Count
4
Source Line
931
Source File
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']);


Clone AbstractionParameter Count: 0Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None