/PHP-8.0/ext/dom/ |
H A D | domexception.c | 35 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.0/ext/sysvmsg/ |
H A D | sysvmsg.stub.php | 15 …essage_type, $message, bool $serialize = true, bool $blocking = true, &$error_code = null): bool {} 29 &$error_code = null
|
/PHP-8.0/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 28 zval *error_code = NULL; in PHP_METHOD() local 58 zval *error_code = NULL; in PHP_METHOD() local
|
/PHP-8.0/ext/curl/ |
H A D | curl.stub.php | 62 function curl_multi_strerror(int $error_code): ?string {} 82 function curl_share_strerror(int $error_code): ?string {} 84 function curl_strerror(int $error_code): ?string {}
|
/PHP-8.0/ext/json/ |
H A D | json.c | 169 static const char *php_json_get_error_msg(php_json_error_code error_code) /* {{{ */ in php_json_get_error_msg() 207 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 | 28 php_json_error_code error_code; member
|
H A D | php_json.h | 89 php_json_error_code error_code; variable
|
/PHP-8.0/ext/pcre/ |
H A D | php_pcre.h | 83 php_pcre_error_code error_code; variable
|
/PHP-8.0/main/ |
H A D | network.c | 307 int *error_code) 410 int socktype, long sockopts, zend_string **error_string, int *error_code 725 int *error_code, 781 int *error_code, const char *bindto, unsigned short bindport, long sockopts
|
/PHP-8.0/ext/xml/ |
H A D | xml.stub.php | 51 function xml_error_string(int $error_code): ?string {}
|
/PHP-8.0/ext/pcntl/ |
H A D | pcntl.stub.php | 75 function pcntl_strerror(int $error_code): string {}
|
/PHP-8.0/ext/posix/ |
H A D | posix.stub.php | 103 function posix_strerror(int $error_code): string {}
|
/PHP-8.0/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, const char *sptr, const char *… in add_pbf_warning() 366 static void add_pbf_error(Scanner *s, int error_code, char *error, const char *sptr, const char *cp… in add_pbf_error()
|
H A D | timelib.c | 49 const char *timelib_get_error_message(int error_code) in timelib_get_error_message()
|
H A D | parse_tz.c | 517 …melib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_code) in timelib_parse_tzfile()
|
/PHP-8.0/ext/pdo_oci/ |
H A D | oci_driver.c | 659 sb4 error_code = 0; in pdo_oci_check_liveness() local
|
/PHP-8.0/main/streams/ |
H A D | transports.c | 229 int *error_code in php_stream_xport_connect()
|
H A D | php_stream_transport.h | 157 int error_code; member
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.c | 813 sb4 error_code = 0; in php_oci_fetch_errmsg() local 1349 sb4 error_code = 0; in php_oci_connection_ping() local
|
/PHP-8.0/ext/sockets/ |
H A D | sockets.stub.php | 47 function socket_strerror(int $error_code): string {}
|
/PHP-8.0/ext/soap/ |
H A D | php_soap.h | 163 char* error_code; variable
|
/PHP-8.0/ext/pdo_firebird/ |
H A D | firebird_driver.c | 460 pdo_error_type *const error_code = stmt ? &stmt->error_code : &dbh->error_code; in _firebird_error() local
|
/PHP-8.0/ext/pdo/ |
H A D | php_pdo_driver.h | 481 pdo_error_type error_code; member 610 pdo_error_type error_code; member
|
/PHP-8.0/ext/ldap/ |
H A D | ldap.stub.php | 252 function ldap_parse_result($ldap, $result, &$error_code, &$matched_dn = null, &$error_message = nul…
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.h | 242 unsigned char error_code; member
|