Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.1/ext/dom/
H A Ddomexception.c35 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error) /* {{{… in php_dom_throw_error_with_message()
46 void php_dom_throw_error(int error_code, int strict_error) in php_dom_throw_error()
/PHP-8.1/ext/sysvmsg/
H A Dsysvmsg.stub.php19 …essage_type, $message, bool $serialize = true, bool $blocking = true, &$error_code = null): bool {}
33 &$error_code = null
/PHP-8.1/ext/intl/spoofchecker/
H A Dspoofchecker_main.c28 zval *error_code = NULL; in PHP_METHOD() local
59 zval *error_code = NULL; in PHP_METHOD() local
/PHP-8.1/ext/curl/
H A Dcurl.stub.php83 function curl_multi_strerror(int $error_code): ?string {}
103 function curl_share_strerror(int $error_code): ?string {}
106 function curl_strerror(int $error_code): ?string {}
/PHP-8.1/ext/json/
H A Dphp_json_encoder.h28 php_json_error_code error_code; member
H A Djson.c181 static const char *php_json_get_error_msg(php_json_error_code error_code) /* {{{ */ in php_json_get_error_msg()
221 php_json_error_code error_code = php_json_parser_error_code(&parser); in php_json_decode_ex() local
H A Dphp_json.h90 php_json_error_code error_code; variable
/PHP-8.1/ext/pcre/
H A Dphp_pcre.h83 php_pcre_error_code error_code; variable
/PHP-8.1/main/
H A Dnetwork.c311 int *error_code)
414 int socktype, long sockopts, zend_string **error_string, int *error_code
732 int *error_code,
788 int *error_code, const char *bindto, unsigned short bindport, long sockopts
/PHP-8.1/ext/posix/
H A Dposix.stub.php135 function posix_strerror(int $error_code): string {}
/PHP-8.1/ext/pcntl/
H A Dpcntl.stub.php75 function pcntl_strerror(int $error_code): string {}
/PHP-8.1/ext/xml/
H A Dxml.stub.php52 function xml_error_string(int $error_code): ?string {}
/PHP-8.1/ext/date/lib/
H A Dparse_date.c365 static void add_warning(Scanner *s, int error_code, const char *error) in add_warning()
375 static void add_error(Scanner *s, int error_code, const char *error) in add_error()
385 static void add_pbf_warning(Scanner *s, int error_code, const char *error, const char *sptr, const … in add_pbf_warning()
395 static void add_pbf_error(Scanner *s, int error_code, const char *error, const char *sptr, const ch… in add_pbf_error()
H A Dtimelib.c51 const char *timelib_get_error_message(int error_code) in timelib_get_error_message()
H A Dparse_tz.c662 …melib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_code) in timelib_parse_tzfile()
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c670 sb4 error_code = 0; in pdo_oci_check_liveness() local
/PHP-8.1/main/streams/
H A Dtransports.c229 int *error_code in php_stream_xport_connect()
H A Dphp_stream_transport.h157 int error_code; member
/PHP-8.1/ext/oci8/
H A Doci8.c819 sb4 error_code = 0; in php_oci_fetch_errmsg() local
1355 sb4 error_code = 0; in php_oci_connection_ping() local
/PHP-8.1/ext/sockets/
H A Dsockets.stub.php55 function socket_strerror(int $error_code): string {}
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_driver.c463 pdo_error_type *const error_code = stmt ? &stmt->error_code : &dbh->error_code; in _firebird_error() local
/PHP-8.1/ext/pdo/
H A Dphp_pdo_driver.h472 pdo_error_type error_code; member
598 pdo_error_type error_code; member
/PHP-8.1/ext/soap/
H A Dphp_soap.h163 char* error_code; variable
/PHP-8.1/ext/ldap/
H A Dldap.stub.php173 …function ldap_parse_result(LDAP\Connection $ldap, LDAP\Result $result, &$error_code, &$matched_dn …
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h240 unsigned char error_code; member

Completed in 102 milliseconds

12