Searched defs:errorCode (Results 1 – 5 of 5) sorted by relevance
82 public function isSuspicious(string $string, &$errorCode = null): bool {}88 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
29 public function errorCode(): ?string {} function in PDOStatement
1024 PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
1528 PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
323 function intl_is_failure(int $errorCode): bool {}325 function intl_error_name(int $errorCode): string {}
Completed in 25 milliseconds