Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php82 public function isSuspicious(string $string, &$errorCode = null): bool {}
88 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.stub.php29 public function errorCode(): ?string {} function in PDOStatement
H A Dpdo_dbh.c1024 PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
H A Dpdo_stmt.c1528 PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php323 function intl_is_failure(int $errorCode): bool {}
325 function intl_error_name(int $errorCode): string {}

Completed in 20 milliseconds