Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php13 public function isSuspicious(string $string, &$errorCode = null): bool {}
19 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php17 public function errorCode(): ?string {} function in PDO
H A Dpdo_stmt.stub.php29 public function errorCode(): ?string {} function in PDOStatement
H A Dpdo_dbh.c1016 PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
H A Dpdo_stmt.c1528 PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php158 function intl_is_failure(int $errorCode): bool {}
160 function intl_error_name(int $errorCode): string {}

Completed in 30 milliseconds