Lines Matching refs:PclZip
164 class PclZip class
298 PclZip::privErrorLog(
330 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_filelist");
473 … PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments");
503 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type '" . gettype($p_filelist…
734 … PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments");
896 … PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments");
1077 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \'' . $this->zipname . '\'…
1141 … PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "No file with filename '" . $p_archive . "'");
1149 … PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_archive_to_add");
1195 $v_object_archive = new PclZip($p_archive_to_add);
1200 … PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_archive_to_add");
1304 … PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "Missing archive file '" . $this->zipname . "'");
1312 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to read archive '" . $this->zipname . "'");
1360 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid optional parameter '" . $p_options_lis…
1364 return PclZip::errorCode();
1376 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '" . Pcl…
1380 return PclZip::errorCode();
1393 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '" . Pcl…
1397 return PclZip::errorCode();
1418 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '" . Pcl…
1422 return PclZip::errorCode();
1432 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Wrong parameter value for option '" . PclZi…
1436 return PclZip::errorCode();
1449 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '" . Pcl…
1453 return PclZip::errorCode();
1461 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Wrong parameter value for option '" . PclZi…
1465 return PclZip::errorCode();
1478 PclZip::privErrorLog(
1487 return PclZip::errorCode();
1495 PclZip::privErrorLog(
1504 return PclZip::errorCode();
1515 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '" . Pcl…
1519 return PclZip::errorCode();
1538 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Value must be integer, string or array for …
1542 return PclZip::errorCode();
1571 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Too many values in index range for option '…
1575 return PclZip::errorCode();
1587 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Invalid order of index range for option '" …
1591 return PclZip::errorCode();
1622 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '" . Pcl…
1626 return PclZip::errorCode();
1649 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '" . Pcl…
1653 return PclZip::errorCode();
1663 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Function '" . $v_function_name . "()' is no…
1667 return PclZip::errorCode();
1677 PclZip::privErrorLog(
1685 return PclZip::errorCode();
1701 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Missing mandatory parameter " . PclZipUtilOpti…
1705 return PclZip::errorCode();
1735 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid file attribute '" . $v_key . "' for th…
1739 return PclZip::errorCode();
1746 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". …
1748 return PclZip::errorCode();
1755 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty filename for attribute '" …
1757 return PclZip::errorCode();
1764 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". …
1766 return PclZip::errorCode();
1773 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty short filename for attribu…
1775 return PclZip::errorCode();
1781 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". …
1783 return PclZip::errorCode();
1790 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty full filename for attribut…
1792 return PclZip::errorCode();
1798 PclZip::privErrorLog(
1805 return PclZip::errorCode();
1816 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Missing mandatory parameter " . PclZipUtilOpti…
1818 return PclZip::errorCode();
1866 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "File '" . $v_descr['filename'] . "' does not exists…
1870 return PclZip::errorCode();
2050 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \'' . $v_zip_temp_n…
2054 return PclZip::errorCode();
2193 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Zip file \'' . $this->zipname . '\' already open'…
2197 return PclZip::errorCode();
2204 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \'' . $this->zipname . '\'…
2208 return PclZip::errorCode();
2347 …PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "File '" . $p_filedescr_list[$j]['filename'] . "' do…
2349 return PclZip::errorCode();
2399 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid file list parameter (invalid or empty …
2403 return PclZip::errorCode();
2484 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to open file '$p_filename' in binary read …
2486 return PclZip::errorCode();
2897 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \'' . $this->zipname . '\'…
2901 return PclZip::errorCode();
2921 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
2925 return PclZip::errorCode();
3081 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
3085 return PclZip::errorCode();
3202 PclZip::privErrorLog(
3210 return PclZip::errorCode();
3228 PclZip::privErrorLog(
3236 return PclZip::errorCode();
3272 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
3276 return PclZip::errorCode();
3465 PclZip::privErrorLog(
3472 return PclZip::errorCode();
3530 PclZip::privErrorLog(
3537 return PclZip::errorCode();
3552 PclZip::privErrorLog(
3559 return PclZip::errorCode();
3582 PclZip::privErrorLog(
3589 return PclZip::errorCode();
3972 PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Invalid archive structure');
3976 return PclZip::errorCode();
3989 … PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid block size : " . strlen($v_binary_data));
3993 return PclZip::errorCode();
4093 PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Invalid archive structure');
4097 return PclZip::errorCode();
4110 … PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid block size : " . strlen($v_binary_data));
4114 return PclZip::errorCode();
4266 …PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to go to the end of the archive \'' . $this->z…
4270 return PclZip::errorCode();
4282 …PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \'' …
4286 return PclZip::errorCode();
4313 …PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \'' …
4317 return PclZip::errorCode();
4346 … PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Unable to find End of Central Dir Record signature");
4350 return PclZip::errorCode();
4362 …PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid End of Central Dir Record size : " . strlen($…
4366 return PclZip::errorCode();
4385 PclZip::privErrorLog(
4393 return PclZip::errorCode();
4470 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
4474 return PclZip::errorCode();
4598 $v_temp_zip = new PclZip($v_zip_temp_name);
4626 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
4630 return PclZip::errorCode();
4807 PclZip::privErrorLog(PCLZIP_ERR_DIR_CREATE_FAIL, "Unable to create directory '$p_dir'");
4811 return PclZip::errorCode();
4911 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \'' . $v_zip_temp_n…
4915 return PclZip::errorCode();
5054 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive file \'' . $p_archive_file…
5058 return PclZip::errorCode();