CloneSet1364


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.958statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1534
administrator/components/com_contact/helpers/vcard.php
2582
libraries/bitfolge/vcard.php
Clone Instance
1
Line Count
5
Source Line
34
Source File
administrator/components/com_contact/helpers/vcard.php

                $key=             'ADR';
                if ($type != '') {
                        $key.=     $separator
                                   .            $type;
                      }
                $key.= ';ENCODING=QUOTED-PRINTABLE';


Clone Instance
2
Line Count
5
Source Line
82
Source File
libraries/bitfolge/vcard.php

        // type may be PREF | WORK | HOME | VOICE | FAX | MSG | CELL | PAGER | BBS | CAR | MODEM | ISDN | VIDEO or any senseful combination, e.g. "PREF;WORK;VOICE"
                $key=  'TEL';
                if ($type != '') {
                        $key.=  ';'
                                .    $type;
                      }
                $key.= ';ENCODING=QUOTED-PRINTABLE';


Clone AbstractionParameter Count: 2Parameter Bindings

// type may be PREF | WORK | HOME | VOICE | FAX | MSG | CELL | PAGER | BBS | CAR | MODEM | ISDN | VIDEO or any senseful combination, e.g. "PREF;WORK;VOICE"
$key= [[#variable526c79e0]];
if ($type != '') {
  $key.= [[#variable526ccbc0]]
        . $type;
}
$key.=';ENCODING=QUOTED-PRINTABLE';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#526c79e0]]
'ADR' 
12[[#526c79e0]]
'TEL' 
21[[#526ccbc0]]
$separator 
22[[#526ccbc0]]
';'