Home
last modified time | relevance | path

Searched refs:error_code (Results 26 – 50 of 69) sorted by relevance

123

/PHP-8.0/ext/pcre/
H A Dphp_pcre.c127 PCRE_G(error_code) = preg_code; in pcre_handle_exec_error()
133 switch (error_code) { in php_pcre_get_error_msg()
498 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in PHP_RINIT_FUNCTION()
1276 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_match_impl()
1283 PCRE_G(error_code) = PHP_PCRE_INTERNAL_ERROR; in php_pcre_match_impl()
1485 if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) { in php_pcre_match_impl()
1647 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_impl()
1897 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_replace_func_impl()
2562 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_split_impl()
2908 PCRE_G(error_code) = PHP_PCRE_NO_ERROR; in php_pcre_grep_impl()
[all …]
H A Dphp_pcre.h83 php_pcre_error_code error_code; variable
/PHP-8.0/ext/json/
H A Dphp_json.h89 php_json_error_code error_code; variable
/PHP-8.0/ext/date/lib/
H A Dtimelib.h285 int error_code; member
405 …b_tzinfo* (*timelib_tz_get_wrapper)(const char *tzname, const timelib_tzdb *tzdb, int *error_code);
698 …elib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_code);
786 const char *timelib_get_error_message(int error_code);
/PHP-8.0/ext/xml/
H A Dxml.stub.php51 function xml_error_string(int $error_code): ?string {} argument
H A Dxml_arginfo.h61 ZEND_ARG_TYPE_INFO(0, error_code, IS_LONG, 0)
/PHP-8.0/ext/pcntl/
H A Dpcntl.stub.php75 function pcntl_strerror(int $error_code): string {} argument
H A Dpcntl_arginfo.h109 ZEND_ARG_TYPE_INFO(0, error_code, IS_LONG, 0)
/PHP-8.0/ext/posix/
H A Dposix.stub.php103 function posix_strerror(int $error_code): string {} argument
H A Dposix_arginfo.h152 ZEND_ARG_TYPE_INFO(0, error_code, IS_LONG, 0)
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c68 pdo_error_type *pdo_err = &dbh->error_code; in pdo_raise_impl_error()
82 pdo_err = &stmt->error_code; in pdo_raise_impl_error()
128 pdo_error_type *pdo_err = &dbh->error_code; in pdo_handle_error()
140 pdo_err = &stmt->error_code; in pdo_handle_error()
989 RETURN_STRING(dbh->query_stmt->error_code); in PHP_METHOD()
992 if (dbh->error_code[0] == '\0') { in PHP_METHOD()
1000 RETURN_STRING(dbh->error_code); in PHP_METHOD()
1020 add_next_index_string(return_value, dbh->query_stmt->error_code); in PHP_METHOD()
1021 if(!strncmp(dbh->query_stmt->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE))) goto fill_array; in PHP_METHOD()
1023 add_next_index_string(return_value, dbh->error_code); in PHP_METHOD()
[all …]
H A Dpdo_sql_parser.re250 strncpy(stmt->error_code, stmt->dbh->error_code, 6);
303 strncpy(stmt->error_code, stmt->dbh->error_code, 6);
H A Dphp_pdo_driver.h481 pdo_error_type error_code; member
610 pdo_error_type error_code; member
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c460 pdo_error_type *const error_code = stmt ? &stmt->error_code : &dbh->error_code; in _firebird_error() local
462 strcpy(*error_code, "HY000"); in _firebird_error()
790 strcpy(dbh->error_code, "01004"); in firebird_alloc_prepare_stmt()
815 strcpy(dbh->error_code, "07000"); in firebird_alloc_prepare_stmt()
/PHP-8.0/ext/intl/tests/
H A Dnormalizer_normalize.phpt70 $error_code = intl_get_error_code();
76 . "\terror info: '$error_message' ($error_code)\n"
80 $error_code = intl_get_error_code();
84 . "\terror info: '$error_message' ($error_code)\n"
/PHP-8.0/ext/ldap/
H A Dldap.stub.php246 * @param int $error_code
252 function ldap_parse_result($ldap, $result, &$error_code, &$matched_dn = null, &$error_message = nul… argument
/PHP-8.0/ext/soap/
H A Dphp_soap.h163 char* error_code; variable
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c53 pdo_err = &stmt->error_code; in _pdo_mysql_error()
56 pdo_err = &dbh->error_code; in _pdo_mysql_error()
203 strcpy(dbh->error_code, stmt->error_code); in mysql_handle_preparer()
H A Dmysql_statement.c391 strcpy(stmt->error_code, "HY093"); in pdo_mysql_stmt_param_hook()
408 strcpy(stmt->error_code, "HY093"); in pdo_mysql_stmt_param_hook()
697 strcpy(stmt->error_code, "01004"); /* truncated */ in pdo_mysql_stmt_get_col()
/PHP-8.0/ext/sockets/
H A Dsockets.stub.php47 function socket_strerror(int $error_code): string {} argument
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php958 * @param int $error_code
962 function fsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, ?… argument
965 * @param int $error_code
969 function pfsockopen(string $hostname, int $port = -1, &$error_code = null, &$error_message = null, … argument
1237 * @param int $error_code
1242 function stream_socket_client(string $address, &$error_code = null, &$error_message = null, ?float … argument
1245 * @param int $error_code
1250 function stream_socket_server(string $address, &$error_code = null, &$error_message = null, int $fl… argument
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_driver.c107 S->err.sqlstate = stmt->error_code; in dblib_handle_preparer()
470 H->err.sqlstate = dbh->error_code; in pdo_dblib_handle_factory()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h242 unsigned char error_code; member
/PHP-8.0/ext/curl/
H A Dcurl_arginfo.h96 ZEND_ARG_TYPE_INFO(0, error_code, IS_LONG, 0)
/PHP-8.0/main/streams/
H A Dxp_socket.c732 xparam->outputs.error_code = err; in php_tcp_sockop_connect()
793 xparam->outputs.error_code = err; in php_tcp_sockop_connect()
835 &xparam->outputs.error_code, in php_tcp_sockop_accept()

Completed in 97 milliseconds

123