Home
last modified time | relevance | path

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

12

/php-src/ext/dom/
H A Ddomexception.c33 void php_dom_throw_error_with_message(dom_exception_code error_code, const char *error_message, boo… in php_dom_throw_error_with_message()
44 void php_dom_throw_error(dom_exception_code error_code, bool strict_error) in php_dom_throw_error()
/php-src/ext/sysvmsg/
H A Dsysvmsg.stub.php45 …essage_type, $message, bool $serialize = true, bool $blocking = true, &$error_code = null): bool {}
59 &$error_code = null
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_main.c28 zval *error_code = NULL; in PHP_METHOD() local
69 zval *error_code = NULL; in PHP_METHOD() local
/php-src/ext/json/
H A Djson.c147 static const char *php_json_get_error_msg(php_json_error_code error_code) /* {{{ */ in php_json_get_error_msg()
187 php_json_error_code error_code = php_json_parser_error_code(&parser); in php_json_decode_ex() local
210 php_json_error_code error_code = php_json_parser_error_code(&parser); in php_json_validate_ex() local
H A Dphp_json_encoder.h28 php_json_error_code error_code; member
H A Dphp_json.h92 php_json_error_code error_code; variable
/php-src/ext/pcre/
H A Dphp_pcre.h81 php_pcre_error_code error_code; variable
/php-src/main/
H A Dnetwork.c311 int *error_code)
414 int socktype, long sockopts, zend_string **error_string, int *error_code
722 int *error_code,
778 int *error_code, const char *bindto, unsigned short bindport, long sockopts
/php-src/ext/date/lib/
H A Dparse_date.c366 static void add_warning(Scanner *s, int error_code, const char *error) in add_warning()
376 static void add_error(Scanner *s, int error_code, const char *error) in add_error()
386 static void add_pbf_warning(Scanner *s, int error_code, const char *error, const char *sptr, const … in add_pbf_warning()
396 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()
H A Dtimelib.h332 int error_code; member
/php-src/ext/xml/
H A Dxml.stub.php184 function xml_error_string(int $error_code): ?string {}
/php-src/main/streams/
H A Dtransports.c234 int *error_code in php_stream_xport_connect()
H A Dphp_stream_transport.h157 int error_code; member
/php-src/ext/posix/
H A Dposix.stub.php448 function posix_strerror(int $error_code): string {}
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c527 pdo_error_type *const error_code = stmt ? &stmt->error_code : &dbh->error_code; in php_firebird_set_error() local
/php-src/ext/pdo/
H A Dphp_pdo_driver.h477 pdo_error_type error_code; member
603 pdo_error_type error_code; member
/php-src/ext/curl/
H A Dcurl.stub.php3731 function curl_multi_strerror(int $error_code): ?string {}
3751 function curl_share_strerror(int $error_code): ?string {}
3754 function curl_strerror(int $error_code): ?string {}
/php-src/ext/standard/
H A Dbasic_functions.stub.php2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/ldap/
H A Dldap.stub.php627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/php-src/ext/pcntl/
H A Dpcntl.stub.php1075 function pcntl_strerror(int $error_code): string {}
/php-src/ext/soap/
H A Dphp_soap.h161 char* error_code; variable
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h240 unsigned char error_code; member
/php-src/ext/sockets/
H A Dsockets.stub.php2001 function socket_strerror(int $error_code): string {}

Completed in 112 milliseconds

12