Searched defs:errorCode (Results 1 – 6 of 6) sorted by relevance
13 public function isSuspicious(string $string, &$errorCode = null): bool {}19 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
17 public function errorCode(): ?string {} function in PDO
29 public function errorCode(): ?string {} function in PDOStatement
1016 PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
1528 PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
158 function intl_is_failure(int $errorCode): bool {}160 function intl_error_name(int $errorCode): string {}
Completed in 23 milliseconds