Code Duplication    Length = 4-4 lines in 2 locations

main/inc/lib/pclzip/pclzip.lib.php 2 locations

@@ 4452-4455 (lines=4) @@
4449
      $p_header['filename'] = '';
4450
4451
    // ----- Get extra
4452
    if ($p_header['extra_len'] != 0)
4453
      $p_header['extra'] = fread($this->zip_fd, $p_header['extra_len']);
4454
    else
4455
      $p_header['extra'] = '';
4456
4457
    // ----- Get comment
4458
    if ($p_header['comment_len'] != 0)
@@ 4458-4461 (lines=4) @@
4455
      $p_header['extra'] = '';
4456
4457
    // ----- Get comment
4458
    if ($p_header['comment_len'] != 0)
4459
      $p_header['comment'] = fread($this->zip_fd, $p_header['comment_len']);
4460
    else
4461
      $p_header['comment'] = '';
4462
4463
    // ----- Extract properties
4464