Home
last modified time | relevance | path

Searched refs:err (Results 51 – 75 of 165) sorted by relevance

1234567

/php-src/ext/dba/
H A Ddba_db3.c53 int gmode = 0, err; local
80 if ((err=db_create(&dbp, NULL, 0)) == 0) {
84 (err=dbp->open(dbp, 0, ZSTR_VAL(info->path), NULL, type, gmode, filemode)) == 0) {
86 (err=dbp->open(dbp, ZSTR_VAL(info->path), NULL, type, gmode, filemode)) == 0) {
98 *error = db_strerror(err);
101 *error = db_strerror(err);
H A Ddba_db4.c67 int gmode = 0, err; local
109 if ((err=db_create(&dbp, NULL, 0)) == 0) {
113 (err=dbp->open(dbp, 0, ZSTR_VAL(info->path), NULL, type, gmode, filemode)) == 0) {
115 (err=dbp->open(dbp, ZSTR_VAL(info->path), NULL, type, gmode, filemode)) == 0) {
127 *error = db_strerror(err);
130 *error = db_strerror(err);
/php-src/ext/standard/
H A Dfsock.c44 int err; in php_fsockopen_stream() local
86 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); in php_fsockopen_stream()
101 ZEND_TRY_ASSIGN_REF_LONG(zerrno, err); in php_fsockopen_stream()
H A Duuencode.c151 goto err; in php_uudecode()
159 goto err; in php_uudecode()
164 goto err; in php_uudecode()
196 err: in php_uudecode()
/php-src/ext/sockets/
H A Dconversions.h52 void err_msg_dispose(struct err_s *err);
86 struct err_s *err /* in/out */);
92 struct err_s *err, zval *zv);
/php-src/ext/mbstring/
H A Dphp_mbregex.c870 int err; in _php_mb_onig_search() local
881 return err; in _php_mb_onig_search()
1002 int err, n; in _php_mb_regex_ereg_replace_exec() local
1062 err = 0; in _php_mb_regex_ereg_replace_exec()
1186 int err; in PHP_FUNCTION() local
1209 err = 0; in PHP_FUNCTION()
1215 if (err < 0) { in PHP_FUNCTION()
1225 err = -2; in PHP_FUNCTION()
1270 int err; in PHP_FUNCTION() local
1326 int err; in _php_mb_regex_ereg_search_exec() local
[all …]
/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator_class.h31 intl_error err; member
44 #define DTPATTERNGEN_ERROR(dtpgo) (dtpgo)->err
H A Ddatepatterngenerator_methods.cpp98 zend_string *err = intl_error_get_message(NULL); in PHP_METHOD() local
99 zend_throw_exception(IntlException_ce_ptr, ZSTR_VAL(err), intl_error_get_code(NULL)); in PHP_METHOD()
100 zend_string_release_ex(err, 0); in PHP_METHOD()
/php-src/pear/
H A Dfetch.php72 $err = error_get_last(); variable
73 echo "\nError..\n", $err["message"], "\n";
/php-src/ext/intl/transliterator/
H A Dtransliterator_class.h27 intl_error err; member
43 #define TRANSLITERATOR_ERROR( co ) (co)->err
/php-src/ext/zend_test/tests/
H A Dinternal_dnf_arguments.phpt17 } catch (\Throwable $err) {
18 echo $err->getMessage(), "\n";
/php-src/main/
H A Dphp_network.h52 # define PHP_IS_TRANSIENT_ERROR(err) (err == EAGAIN || err == EWOULDBLOCK) argument
54 # define PHP_IS_TRANSIENT_ERROR(err) (err == EAGAIN) argument
67 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
68 PHPAPI zend_string *php_socket_error_str(long err);
/php-src/ext/intl/collator/
H A Dcollator_class.h29 intl_error err; member
38 #define COLLATOR_ERROR(co) (co)->err
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.h33 intl_error err; member
49 #define BREAKITER_ERROR(bio) (bio)->err
/php-src/ext/intl/calendar/
H A Dcalendar_class.h33 intl_error err; member
46 #define CALENDAR_ERROR(co) (co)->err
/php-src/ext/intl/timezone/
H A Dtimezone_class.h36 intl_error err; member
52 #define TIMEZONE_ERROR(to) (to)->err
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.h28 intl_error err; member
44 #define SPOOFCHECKER_ERROR(co) (co)->err
/php-src/ext/sockets/tests/
H A Dsocket_cmsg_credentials_fbsd.phpt20 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
25 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
27 $br = socket_bind($s, $path) or die("err");
H A Dsocket_cmsg_credentials.phpt26 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
31 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
33 $br = socket_bind($s, $path) or die("err");
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md29 void intl_error_set_code(intl_error* err, UErrorCode err_code);
30 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
31 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
48 intl_error err;
57 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
58 void intl_errors_set_code(intl_error* err, UErrorCode err_code);
59 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
93 void intl_errors_reset(intl_error* err); /* reset global and object error */
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c62 (jpeg_info->err->format_message)(jpeg_info,message); in php_jpeg_emit_message()
69 if ((jpeg_info->err->num_warnings == 0) || (jpeg_info->err->trace_level >= 3)) { in php_jpeg_emit_message()
75 jpeg_info->err->num_warnings++; in php_jpeg_emit_message()
78 if (jpeg_info->err->trace_level >= level) { in php_jpeg_emit_message()
93 (*cinfo->err->format_message)(cinfo, buffer); in fatal_jpeg_error()
188 cinfo.err = jpeg_std_error (&jerr); in _gdImageJpegCtx()
198 cinfo.err->error_exit = fatal_jpeg_error; in _gdImageJpegCtx()
355 cinfo.err = jpeg_std_error (&jerr); in gdImageCreateFromJpegCtxEx()
357 cinfo.err->emit_message = php_jpeg_emit_message; in gdImageCreateFromJpegCtxEx()
370 cinfo.err->error_exit = fatal_jpeg_error; in gdImageCreateFromJpegCtxEx()
[all …]
/php-src/ext/intl/idn/
H A Didn.c40 static int php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status() argument
42 intl_error_set_code(NULL, err); in php_intl_idn_check_status()
43 if (U_FAILURE(err)) { in php_intl_idn_check_status()
/php-src/ext/com_dotnet/tests/
H A Dgh8750a.phpt18 } catch (TypeError $err) {
19 echo $err->getMessage(), PHP_EOL;
/php-src/ext/intl/common/
H A Dcommon_enum.h32 #define INTLITERATOR_ERROR(ii) (ii)->err
49 intl_error err; member
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua262 local func, err
264 func, err = loadstring("return "..cond, "=expr")
278 err = res
280 wfatal("bad condition: "..err)
456 local ok, err = pcall(dostmt, st)
459 wprinterr(err, "\n", g_indent, "| ", stmt,
646 local err = loadarch(name)
647 if err then opterror(err) end
697 local err = loadarch(params[1])
698 if err then wfatal(err) end
[all …]

Completed in 41 milliseconds

1234567