Searched defs:error_code (Results 1 – 21 of 21) sorted by relevance
/PHP-7.4/ext/dom/ |
H A D | domexception.c | 41 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error) /* {{{… in php_dom_throw_error_with_message() 52 void php_dom_throw_error(int error_code, int strict_error) in php_dom_throw_error()
|
/PHP-7.4/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 32 zval *error_code = NULL; in PHP_METHOD() local 64 zval *error_code = NULL; in PHP_METHOD() local
|
/PHP-7.4/ext/json/ |
H A D | json.c | 214 static const char *php_json_get_error_msg(php_json_error_code error_code) /* {{{ */ in php_json_get_error_msg() 252 php_json_error_code error_code = php_json_parser_error_code(&parser); in php_json_decode_ex() local
|
H A D | php_json_encoder.h | 30 php_json_error_code error_code; member
|
H A D | php_json.h | 91 php_json_error_code error_code; variable
|
/PHP-7.4/ext/pcre/ |
H A D | php_pcre.h | 75 int error_code; variable
|
/PHP-7.4/main/ |
H A D | network.c | 311 int *error_code) 414 int socktype, long sockopts, zend_string **error_string, int *error_code 729 int *error_code, 785 int *error_code, char *bindto, unsigned short bindport, long sockopts
|
/PHP-7.4/ext/date/lib/ |
H A D | parse_date.c | 336 static void add_warning(Scanner *s, int error_code, char *error) in add_warning() 346 static void add_error(Scanner *s, int error_code, char *error) in add_error() 356 static void add_pbf_warning(Scanner *s, int error_code, char *error, char *sptr, char *cptr) in add_pbf_warning() 366 static void add_pbf_error(Scanner *s, int error_code, char *error, char *sptr, char *cptr) in add_pbf_error()
|
H A D | timelib.c | 48 const char *timelib_get_error_message(int error_code) in timelib_get_error_message()
|
H A D | parse_tz.c | 494 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb, int *error_code) in timelib_parse_tzfile()
|
H A D | timelib.h | 285 int error_code; member
|
/PHP-7.4/ext/pdo_oci/ |
H A D | oci_driver.c | 623 sb4 error_code = 0; in pdo_oci_check_liveness() local
|
/PHP-7.4/main/streams/ |
H A D | transports.c | 223 int *error_code in php_stream_xport_connect()
|
H A D | php_stream_transport.h | 159 int error_code; member
|
/PHP-7.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 40 pdo_error_type *const error_code = stmt ? &stmt->error_code : &dbh->error_code; in _firebird_error() local
|
/PHP-7.4/ext/oci8/ |
H A D | oci8.c | 1576 sb4 error_code = 0; in php_oci_fetch_errmsg() local 2120 sb4 error_code = 0; in php_oci_connection_ping() local
|
/PHP-7.4/ext/soap/ |
H A D | php_soap.h | 165 char* error_code; variable
|
/PHP-7.4/ext/pdo/ |
H A D | php_pdo_driver.h | 483 pdo_error_type error_code; member 612 pdo_error_type error_code; member
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.h | 244 unsigned char error_code; member
|
/PHP-7.4/ext/standard/ |
H A D | basic_functions.c | 4170 int error_code; local
|
/PHP-7.4/ext/openssl/ |
H A D | openssl.c | 753 int error_code = ERR_get_error(); in php_openssl_store_errors() local
|
Completed in 105 milliseconds