Home
last modified time | relevance | path

Searched refs:p_error_string (Results 1 – 2 of 2) sorted by relevance

/plugin/tindexmenu/inc/
H A Dpclzip.lib.php5279 function privErrorLog($p_error_code=0, $p_error_string='') argument
5282 PclError($p_error_code, $p_error_string);
5286 $this->error_string = $p_error_string;
/plugin/indexmenu/inc/
H A Dpclzip.lib.php5089 public function privErrorLog($p_error_code = 0, $p_error_string = '')
5092 PclError($p_error_code, $p_error_string);
5095 $this->error_string = $p_error_string;
5279 privErrorLog($p_error_code = 0, $p_error_string = '') global() argument