Searched defs:errorCode (Results 1 – 6 of 6) sorted by relevance
13 public function isSuspicious(string $string, &$errorCode = null) {}19 public function areConfusable(string $string1, string $string2, &$errorCode = null) {}
16 public function errorCode() {} function in PDO
26 public function errorCode() {} function in PDOStatement
980 PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
1594 PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
154 function intl_is_failure(int $errorCode): bool {}156 function intl_error_name(int $errorCode): string {}
Completed in 20 milliseconds