CloneSet1194


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000foreach_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12198
plugins/authentication/openid/Auth/OpenID/Parse.php
2279
plugins/authentication/openid/Auth/Yadis/ParseHTML.php
Clone Instance
1
Line Count
2
Source Line
198
Source File
plugins/authentication/openid/Auth/OpenID/Parse.php

        foreach ($this->_entity_replacements as $old => $new) {
            $str=  preg_replace(sprintf("/&%s;/", $old), $new, $str);
          }


Clone Instance
2
Line Count
2
Source Line
79
Source File
plugins/authentication/openid/Auth/Yadis/ParseHTML.php

        foreach ($this->_entity_replacements as $old => $new) {
            $str=  preg_replace(sprintf("/&%s;/", $old), $new, $str);
          }


Clone AbstractionParameter Count: 0Parameter Bindings

foreach ($this->_entity_replacements as $old => $new) {
  $str=preg_replace(sprintf("/&%s;/",$old),$new,$str);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None