Home
last modified time | relevance | path

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

/php-src/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php60 public function isSuspicious(string $string, &$errorCode = null): bool {}
66 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {}
/php-src/ext/pdo/
H A Dpdo_stmt.stub.php29 public function errorCode(): ?string {} function in PDOStatement
H A Dpdo_dbh.c1079 PHP_METHOD(PDO, errorCode) in PHP_METHOD() argument
H A Dpdo_stmt.c1517 PHP_METHOD(PDOStatement, errorCode) in PHP_METHOD() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php325 function intl_is_failure(int $errorCode): bool {}
327 function intl_error_name(int $errorCode): string {}

Completed in 20 milliseconds