Searched defs:errorCode (Results 1 – 5 of 5) sorted by relevance
60 public function isSuspicious(string $string, &$errorCode = null): bool {}66 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
29 public function errorCode(): ?string {} function in PDOStatement
1111 PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
1517 PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
325 function intl_is_failure(int $errorCode): bool {}327 function intl_error_name(int $errorCode): string {}
Completed in 18 milliseconds