Lines Matching refs:PclZip

161   class PclZip  class
186 function PclZip($p_zipname) function in PclZip
305 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER,
342 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_filelist");
494 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments");
532PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type '".gettype($p_filelist).…
778 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments");
945 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid number / type of arguments");
1124PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in …
1196 PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "No file with filename '".$p_archive."'");
1209 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_archive_to_add");
1262 $v_object_archive = new PclZip($p_archive_to_add);
1272 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type p_archive_to_add");
1404 PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "Missing archive file '".$this->zipname."'");
1412PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to read archive '".$this->zipname."'");
1460PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid optional parameter '".$p_options_list[…
1464 return PclZip::errorCode();
1476PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZi…
1480 return PclZip::errorCode();
1493PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZi…
1497 return PclZip::errorCode();
1517PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZi…
1521 return PclZip::errorCode();
1533PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Wrong parameter value for option '".PclZipU…
1537 return PclZip::errorCode();
1550PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZi…
1554 return PclZip::errorCode();
1563PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Wrong parameter value for option '".PclZipU…
1567 return PclZip::errorCode();
1580 PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE,
1587 return PclZip::errorCode();
1596 PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE,
1603 return PclZip::errorCode();
1614PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZi…
1618 return PclZip::errorCode();
1642PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Value must be integer, string or array for …
1646 return PclZip::errorCode();
1676PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Too many values in index range for option '…
1680 return PclZip::errorCode();
1692PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Invalid order of index range for option '".…
1696 return PclZip::errorCode();
1727PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZi…
1731 return PclZip::errorCode();
1754PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '".PclZi…
1758 return PclZip::errorCode();
1768PclZip::privErrorLog(PCLZIP_ERR_INVALID_OPTION_VALUE, "Function '".$v_function_name."()' is not an…
1772 return PclZip::errorCode();
1782 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER,
1788 return PclZip::errorCode();
1804PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Missing mandatory parameter ".PclZipUtilOption…
1808 return PclZip::errorCode();
1839PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid file attribute '".$v_key."' for this f…
1843 return PclZip::errorCode();
1850PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". Stri…
1852 return PclZip::errorCode();
1859PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty filename for attribute '".…
1861 return PclZip::errorCode();
1868PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". Stri…
1870 return PclZip::errorCode();
1877PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty short filename for attribu…
1879 return PclZip::errorCode();
1885PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". Stri…
1887 return PclZip::errorCode();
1894PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid empty full filename for attribut…
1896 return PclZip::errorCode();
1902 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER,
1907 return PclZip::errorCode();
1918PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Missing mandatory parameter ".PclZipUtilOption…
1920 return PclZip::errorCode();
1966PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "File '".$v_descr['filename']."' does not exists");
1970 return PclZip::errorCode();
2162PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \''.$v_zip_temp_nam…
2166 return PclZip::errorCode();
2309PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Zip file \''.$this->zipname.'\' already open');
2313 return PclZip::errorCode();
2321PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in …
2325 return PclZip::errorCode();
2465PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "File '".$p_filedescr_list[$j]['filename']."' does n…
2467 return PclZip::errorCode();
2513PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid file list parameter (invalid or empty …
2517 return PclZip::errorCode();
2601PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to open file '$p_filename' in binary read …
2603 return PclZip::errorCode();
2996PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in …
3000 return PclZip::errorCode();
3022 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
3026 return PclZip::errorCode();
3190 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
3194 return PclZip::errorCode();
3314 PclZip::privErrorLog(PCLZIP_ERR_UNSUPPORTED_COMPRESSION,
3320 return PclZip::errorCode();
3336 PclZip::privErrorLog(PCLZIP_ERR_UNSUPPORTED_ENCRYPTION,
3342 return PclZip::errorCode();
3378 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
3382 return PclZip::errorCode();
3576 PclZip::privErrorLog(PCLZIP_ERR_DIRECTORY_RESTRICTION,
3581 return PclZip::errorCode();
3642 PclZip::privErrorLog(PCLZIP_ERR_ALREADY_A_DIRECTORY,
3647 return PclZip::errorCode();
3665 PclZip::privErrorLog(PCLZIP_ERR_WRITE_OPEN_FAIL,
3670 return PclZip::errorCode();
3694 PclZip::privErrorLog(PCLZIP_ERR_WRITE_OPEN_FAIL,
3699 return PclZip::errorCode();
4099 PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Invalid archive structure');
4103 return PclZip::errorCode();
4117 PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid block size : ".strlen($v_binary_data));
4121 return PclZip::errorCode();
4226 PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Invalid archive structure');
4230 return PclZip::errorCode();
4244 PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid block size : ".strlen($v_binary_data));
4248 return PclZip::errorCode();
4407PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to go to the end of the archive \''.$this->zip…
4411 return PclZip::errorCode();
4424PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \''.…
4428 return PclZip::errorCode();
4456PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \''.…
4460 return PclZip::errorCode();
4492PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Unable to find End of Central Dir Record signature");
4496 return PclZip::errorCode();
4509PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT, "Invalid End of Central Dir Record size : ".strlen($v_…
4513 return PclZip::errorCode();
4532 PclZip::privErrorLog(PCLZIP_ERR_BAD_FORMAT,
4538 return PclZip::errorCode();
4620 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
4624 return PclZip::errorCode();
4758 $v_temp_zip = new PclZip($v_zip_temp_name);
4786 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ARCHIVE_ZIP, 'Invalid archive size');
4790 return PclZip::errorCode();
4981 PclZip::privErrorLog(PCLZIP_ERR_DIR_CREATE_FAIL, "Unable to create directory '$p_dir'");
4985 return PclZip::errorCode();
5092PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open temporary file \''.$v_zip_temp_nam…
5096 return PclZip::errorCode();
5243PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive file \''.$p_archive_filena…
5247 return PclZip::errorCode();