CloneSet622


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.967statement_sequence[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1880
administrator/components/com_contact/helpers/vcard.php
28194
libraries/bitfolge/vcard.php
Clone Instance
1
Line Count
8
Source Line
80
Source File
administrator/components/com_contact/helpers/vcard.php

                $text.=    'REV:'
                           .       date('Y-m-d')
                           .                      'T'
                           .                           date('H:i:s')
                           .                                          'Z';
                $text.=    "\r\n";
                $text.=    'MAILER: Joomla! vCard for '
                           .                             $sitename;
                $text.=    "\r\n";
                $text.=    'END:VCARD';
                $text.=    "\r\n";
                return $text;


Clone Instance
2
Line Count
8
Source Line
194
Source File
libraries/bitfolge/vcard.php

                $text.= 'REV:'
                        .       date('Y-m-d')
                        .                      'T'
                        .                           date('H:i:s')
                        .                                          'Z';
                $text.= "\r\n";
                $text.= 'MAILER:PHP vCard class by Kai Blankenhorn';
                $text.= "\r\n";
                $text.= 'END:VCARD';
                $text.= "\r\n";
                return $text;


Clone AbstractionParameter Count: 1Parameter Bindings

$text.='REV:'
       . date('Y-m-d')
       . 'T'
       . date('H:i:s')
       . 'Z';
$text.="\r\n";
$text.= [[#variable214d5e00]];
$text.="\r\n";
$text.='END:VCARD';
$text.="\r\n";
return $text;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#214d5e00]]
'MAILER: Joomla! vCard for '
. $sitename 
12[[#214d5e00]]
'MAILER:PHP vCard class by Kai Blankenhorn'