Searched refs:errorInfo (Results 1 – 14 of 14) sorted by relevance
69 public function setErrorInfo(ErrorInfo $errorInfo) argument71 $this->errorInfo = $errorInfo;78 return $this->errorInfo;
29 print_r($db->errorInfo());36 print_r($db->errorInfo());51 print_r($this->_db->errorInfo());
29 print_r($db->errorInfo());35 print_r($db->errorInfo());50 print_r($this->_db->errorInfo());
70 $result = $this->dbh->query($query) or die('Query failed1: ' . $this->dbh->errorInfo());103 …$result2 = $this->dbh->query($query2) or die('Query failed2: ' . print_r($this->dbh->errorInfo()));137 $result = $this->dbh->query($query) or die('Query failed3: ' . $this->dbh->errorInfo());154 $result = $this->dbh->query($query) or die('Query failed4: ' . $this->dbh->errorInfo());
138 $errorInfo = $do->errorInfo();140 $errorCode = $errorInfo[0];144 $errorInfoAsString = implode(", ", $errorInfo);
64 $err = $db->errorInfo();97 $err = $db->errorInfo();138 $err = $db->errorInfo();290 throw new Exception($db->errorInfo());359 throw new Exception($db->errorInfo());
207 $error = $this->_db->errorInfo();231 $error = $this->_db->errorInfo();
138 $error = $query->errorInfo();186 $error = $query->errorInfo();230 $error = $query->errorInfo();262 $error = $query->errorInfo();
239 $err = $stmt->errorInfo();
1351 function errorInfo($p_full=false) function in PclZip
1255 public function errorInfo($p_full = false) function in PclZip
2 …errorInfo="?";function onContextCreationError(event){errorInfo=event.statusMessage||errorInfo}try{…