CloneSet167


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
31440.961statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13328
libraries/joomla/client/ftp.php
23456
libraries/joomla/client/ftp.php
33512
libraries/joomla/client/ftp.php
43518
libraries/joomla/client/ftp.php
53589
libraries/joomla/client/ftp.php
63616
libraries/joomla/client/ftp.php
73642
libraries/joomla/client/ftp.php
83692
libraries/joomla/client/ftp.php
93765
libraries/joomla/client/ftp.php
103832
libraries/joomla/client/ftp.php
113918
libraries/joomla/client/ftp.php
123988
libraries/joomla/client/ftp.php
1331066
libraries/joomla/client/ftp.php
1431140
libraries/joomla/client/ftp.php
Clone Instance
1
Line Count
3
Source Line
328
Source File
libraries/joomla/client/ftp.php

                                                                     {
                        JError::raiseWarning('33', 'JFTP::login: Bad Username', 'Server response: '
                                                                                .                   $this->_response
                                                                                .                                    ' [Expected: 331] Username sent: '
                                                                                .                                                                       $user);
                        return FALSE;
                      }


Clone Instance
2
Line Count
3
Source Line
456
Source File
libraries/joomla/client/ftp.php

                                                        {
                        JError::raiseWarning('35', 'JFTP::chdir: Bad response', 'Server response: '
                                                                                .                   $this->_response
                                                                                .                                    ' [Expected: 250] Path sent: '
                                                                                .                                                                   $path);
                        return FALSE;
                      }


Clone Instance
3
Line Count
3
Source Line
512
Source File
libraries/joomla/client/ftp.php

                                                         {
                        JError::raiseWarning('35', 'JFTP::rename: Bad response', 'Server response: '
                                                                                 .                   $this->_response
                                                                                 .                                    ' [Expected: 320] From path sent: '
                                                                                 .                                                                        $from);
                        return FALSE;
                      }


Clone Instance
4
Line Count
3
Source Line
518
Source File
libraries/joomla/client/ftp.php

                                                       {
                        JError::raiseWarning('35', 'JFTP::rename: Bad response', 'Server response: '
                                                                                 .                   $this->_response
                                                                                 .                                    ' [Expected: 250] To path sent: '
                                                                                 .                                                                      $to);
                        return FALSE;
                      }


Clone Instance
5
Line Count
3
Source Line
589
Source File
libraries/joomla/client/ftp.php

                                                                {
                                JError::raiseWarning('35', 'JFTP::delete: Bad response', 'Server response: '
                                                                                         .                   $this->_response
                                                                                         .                                    ' [Expected: 250] Path sent: '
                                                                                         .                                                                   $path);
                                return FALSE;
                              }


Clone Instance
6
Line Count
3
Source Line
616
Source File
libraries/joomla/client/ftp.php

                                                        {
                        JError::raiseWarning('35', 'JFTP::mkdir: Bad response', 'Server response: '
                                                                                .                   $this->_response
                                                                                .                                    ' [Expected: 257] Path sent: '
                                                                                .                                                                   $path);
                        return FALSE;
                      }


Clone Instance
7
Line Count
3
Source Line
642
Source File
libraries/joomla/client/ftp.php

                                                          {
                        JError::raiseWarning('35', 'JFTP::restart: Bad response', 'Server response: '
                                                                                  .                   $this->_response
                                                                                  .                                    ' [Expected: 350] Restart point sent: '
                                                                                  .                                                                            $point);
                        return FALSE;
                      }


Clone Instance
8
Line Count
3
Source Line
692
Source File
libraries/joomla/client/ftp.php

                                                  {
                        JError::raiseWarning('37', 'JFTP::create: Transfer Failed', 'Server response: '
                                                                                    .                   $this->_response
                                                                                    .                                    ' [Expected: 226] Path sent: '
                                                                                    .                                                                   $path);
                        return FALSE;
                      }


Clone Instance
9
Line Count
3
Source Line
765
Source File
libraries/joomla/client/ftp.php

                                                  {
                        JError::raiseWarning('37', 'JFTP::read: Transfer Failed', 'Server response: '
                                                                                  .                   $this->_response
                                                                                  .                                    ' [Expected: 226] Path sent: '
                                                                                  .                                                                   $remote);
                        return FALSE;
                      }


Clone Instance
10
Line Count
3
Source Line
832
Source File
libraries/joomla/client/ftp.php

                                                  {
                        JError::raiseWarning('37', 'JFTP::get: Transfer Failed', 'Server response: '
                                                                                 .                   $this->_response
                                                                                 .                                    ' [Expected: 226] Path sent: '
                                                                                 .                                                                   $remote);
                        return FALSE;
                      }


Clone Instance
11
Line Count
3
Source Line
918
Source File
libraries/joomla/client/ftp.php

                                                  {
                        JError::raiseWarning('37', 'JFTP::store: Transfer Failed', 'Server response: '
                                                                                   .                   $this->_response
                                                                                   .                                    ' [Expected: 226] Path sent: '
                                                                                   .                                                                   $remote);
                        return FALSE;
                      }


Clone Instance
12
Line Count
3
Source Line
988
Source File
libraries/joomla/client/ftp.php

                                                  {
                        JError::raiseWarning('37', 'JFTP::write: Transfer Failed', 'Server response: '
                                                                                   .                   $this->_response
                                                                                   .                                    ' [Expected: 226] Path sent: '
                                                                                   .                                                                   $remote);
                        return FALSE;
                      }


Clone Instance
13
Line Count
3
Source Line
1066
Source File
libraries/joomla/client/ftp.php

                                                  {
                        JError::raiseWarning('37', 'JFTP::listNames: Transfer Failed', 'Server response: '
                                                                                       .                   $this->_response
                                                                                       .                                    ' [Expected: 226] Path sent: '
                                                                                       .                                                                   $path);
                        return FALSE;
                      }


Clone Instance
14
Line Count
3
Source Line
1140
Source File
libraries/joomla/client/ftp.php

                                                          {
                                JError::raiseWarning('37', 'JFTP::listDetails: Transfer Failed', 'Server response: '
                                                                                                 .                   $this->_response
                                                                                                 .                                    ' [Expected: 226] Path sent: '
                                                                                                 .                                                                   $path);
                                return FALSE;
                              }


Clone AbstractionParameter Count: 4Parameter Bindings

{
  JError::raiseWarning( [[#variable50562dc0]], [[#variable50562d60]],'Server response: '
                                                                     . $this->_response
                                                                     .  [[#variable50562ce0]]
                                                                     .  [[#variable50562c40]]);
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50562dc0]]
'33' 
12[[#50562dc0]]
'35' 
13[[#50562dc0]]
'35' 
14[[#50562dc0]]
'35' 
15[[#50562dc0]]
'35' 
16[[#50562dc0]]
'35' 
17[[#50562dc0]]
'35' 
18[[#50562dc0]]
'37' 
19[[#50562dc0]]
'37' 
110[[#50562dc0]]
'37' 
111[[#50562dc0]]
'37' 
112[[#50562dc0]]
'37' 
113[[#50562dc0]]
'37' 
114[[#50562dc0]]
'37' 
21[[#50562d60]]
'JFTP::login: Bad Username' 
22[[#50562d60]]
'JFTP::chdir: Bad response' 
23[[#50562d60]]
'JFTP::rename: Bad response' 
24[[#50562d60]]
'JFTP::rename: Bad response' 
25[[#50562d60]]
'JFTP::delete: Bad response' 
26[[#50562d60]]
'JFTP::mkdir: Bad response' 
27[[#50562d60]]
'JFTP::restart: Bad response' 
28[[#50562d60]]
'JFTP::create: Transfer Failed' 
29[[#50562d60]]
'JFTP::read: Transfer Failed' 
210[[#50562d60]]
'JFTP::get: Transfer Failed' 
211[[#50562d60]]
'JFTP::store: Transfer Failed' 
212[[#50562d60]]
'JFTP::write: Transfer Failed' 
213[[#50562d60]]
'JFTP::listNames: Transfer Failed' 
214[[#50562d60]]
'JFTP::listDetails: Transfer Failed' 
31[[#50562ce0]]
' [Expected: 331] Username sent: ' 
32[[#50562ce0]]
' [Expected: 250] Path sent: ' 
33[[#50562ce0]]
' [Expected: 320] From path sent: ' 
34[[#50562ce0]]
' [Expected: 250] To path sent: ' 
35[[#50562ce0]]
' [Expected: 250] Path sent: ' 
36[[#50562ce0]]
' [Expected: 257] Path sent: ' 
37[[#50562ce0]]
' [Expected: 350] Restart point sent: ' 
38[[#50562ce0]]
' [Expected: 226] Path sent: ' 
39[[#50562ce0]]
' [Expected: 226] Path sent: ' 
310[[#50562ce0]]
' [Expected: 226] Path sent: ' 
311[[#50562ce0]]
' [Expected: 226] Path sent: ' 
312[[#50562ce0]]
' [Expected: 226] Path sent: ' 
313[[#50562ce0]]
' [Expected: 226] Path sent: ' 
314[[#50562ce0]]
' [Expected: 226] Path sent: ' 
41[[#50562c40]]
$user 
42[[#50562c40]]
$path 
43[[#50562c40]]
$from 
44[[#50562c40]]
$to 
45[[#50562c40]]
$path 
46[[#50562c40]]
$path 
47[[#50562c40]]
$point 
48[[#50562c40]]
$path 
49[[#50562c40]]
$remote 
410[[#50562c40]]
$remote 
411[[#50562c40]]
$remote 
412[[#50562c40]]
$remote 
413[[#50562c40]]
$path 
414[[#50562c40]]
$path