Home
last modified time | relevance | path

Searched refs:err (Results 126 – 150 of 168) sorted by relevance

1234567

/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c404 http_error *err = (http_error*)http_error_codes; in sapi_lsapi_send_headers_like_cgi() local
406 while (err->code != 0) { in sapi_lsapi_send_headers_like_cgi()
407 if (err->code == SG(sapi_headers).http_response_code) { in sapi_lsapi_send_headers_like_cgi()
410 err++; in sapi_lsapi_send_headers_like_cgi()
412 if (err->msg) { in sapi_lsapi_send_headers_like_cgi()
413 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->msg); in sapi_lsapi_send_headers_like_cgi()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_events.c362 void fpm_event_loop(int err) /* {{{ */ in fpm_event_loop() argument
379 if (!err) { in fpm_event_loop()
H A Dfpm_main.c357 http_response_status_code_pair *err = (http_response_status_code_pair*)http_status_map; in sapi_cgi_send_headers() local
359 while (err->code != 0) { in sapi_cgi_send_headers()
360 if (err->code == SG(sapi_headers).http_response_code) { in sapi_cgi_send_headers()
363 err++; in sapi_cgi_send_headers()
365 if (err->str) { in sapi_cgi_send_headers()
366 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->str); in sapi_cgi_send_headers()
/PHP-8.0/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt21 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
/PHP-8.0/TSRM/
H A Dtsrm_win32.c542 DWORD err = GetLastError(); in popen_ex() local
543 if (err == ERROR_NO_TOKEN) { in popen_ex()
712 int err = GetLastError(); in shmat() local
713 SET_ERRNO_FROM_WIN32_CODE(err); in shmat()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_connection.c607 goto err;
675 goto err;
701 goto err; /* OOM */
714 goto err; /* OOM */
721 goto err; /* OOM */
729 goto err; /* OOM */
735 goto err; /* OOM */
747 goto err; /* OOM */
760 goto err; /* OOM */
770 goto err;
[all …]
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c109 int err; in PHP_FUNCTION() local
155 hashkey, &tv, context, &errstr, &err); in PHP_FUNCTION()
172 ZEND_TRY_ASSIGN_REF_LONG(zerrno, err); in PHP_FUNCTION()
198 int err = 0; in PHP_FUNCTION() local
229 NULL, NULL, context, &errstr, &err); in PHP_FUNCTION()
237 ZEND_TRY_ASSIGN_REF_LONG(zerrno, err); in PHP_FUNCTION()
H A Darray.c2766 err = 1;
2783 err = 1;
2816 err = 1;
2830 err = 1;
2857 err = 1;
2858 goto err;
2863 err = 1;
2864 goto err;
2869 err = 1;
2901 err:
[all …]
H A Dproc_open.c761 zend_string *err = php_socket_error_str(php_socket_errno()); in set_proc_descriptor_to_socket() local
762 php_error_docref(NULL, E_WARNING, "Unable to create socket pair: %s", ZSTR_VAL(err)); in set_proc_descriptor_to_socket()
763 zend_string_release(err); in set_proc_descriptor_to_socket()
H A Dbase64.c221 const uint8x16_t err = vorrq_u8(vorrq_u8(error_a, error_b), vorrq_u8(error_c, error_d)); in neon_base64_decode() local
223 vst1q_u8(error.mem, err); in neon_base64_decode()
/PHP-8.0/ext/sockets/
H A Dmulticast.c773 goto err;
816 goto err;
836 err:
/PHP-8.0/ext/mysqli/
H A Dmysqli_nonapi.c234 goto err;
242 goto err;
250 goto err;
322 goto err;
362 err:
/PHP-8.0/ext/snmp/
H A Dsnmp.c412 char *err; in php_snmp_internal() local
429 snmp_error(session, NULL, NULL, &err); in php_snmp_internal()
430 php_error_docref(NULL, E_WARNING, "Could not open snmp connection: %s", err); in php_snmp_internal()
431 free(err); in php_snmp_internal()
640 snmp_error(ss, NULL, NULL, &err); in php_snmp_internal()
641 php_snmp_error(getThis(), PHP_SNMP_ERRNO_GENERIC, "Fatal error: %s", err); in php_snmp_internal()
642 free(err); in php_snmp_internal()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c868 memcpy(err, str, new_len+1); in to_xml_string()
869 for (i = 0; (c = err[i++]);) { in to_xml_string()
872 if ((err[i] & 0xc0) != 0x80) { in to_xml_string()
877 if ((err[i] & 0xc0) != 0x80 || (err[i+1] & 0xc0) != 0x80) { in to_xml_string()
882 if ((err[i] & 0xc0) != 0x80 || (err[i+1] & 0xc0) != 0x80 || (err[i+2] & 0xc0) != 0x80) { in to_xml_string()
891 err[i-1] = '\\'; in to_xml_string()
892 err[i++] = 'x'; in to_xml_string()
895 err[i++] = '.'; in to_xml_string()
896 err[i++] = '.'; in to_xml_string()
897 err[i++] = '.'; in to_xml_string()
[all …]
/PHP-8.0/ext/curl/
H A Dmulti.c48 #define SAVE_CURLM_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
342 RETURN_LONG(mh->err.no); in PHP_FUNCTION()
H A Dinterface.c1768 memset(&ch->err, 0, sizeof(struct _php_curl_error)); in init_curl_handle()
1822 curl_easy_setopt(ch->cp, CURLOPT_ERRORBUFFER, ch->err.str); in _php_curl_set_default_options()
1919 curl_easy_setopt(ch->cp, CURLOPT_ERRORBUFFER, ch->err.str); in _php_setup_easy_copy_handlers()
2951 memset(ch->err.str, 0, CURL_ERROR_SIZE + 1); in _php_curl_cleanup_handle()
2952 ch->err.no = 0; in _php_curl_cleanup_handle()
3275 if (ch->err.no) { in PHP_FUNCTION()
3276 ch->err.str[CURL_ERROR_SIZE] = 0; in PHP_FUNCTION()
3277 RETURN_STRING(ch->err.str); in PHP_FUNCTION()
3296 RETURN_LONG(ch->err.no); in PHP_FUNCTION()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.c1584 err(EXIT_FAILURE, "Cannot open `%s'", argv[1]); in main()
1587 err(EXIT_FAILURE, "Cannot read header"); in main()
1593 err(EXIT_FAILURE, "Cannot read sat"); in main()
1599 err(EXIT_FAILURE, "Cannot read ssat"); in main()
1605 err(EXIT_FAILURE, "Cannot read dir"); in main()
1609 err(EXIT_FAILURE, "Cannot read short stream"); in main()
/PHP-8.0/ext/gd/libgd/
H A Dgdft.c375 FT_Error err; local
458 err = FT_New_Face (*b->library, fullname, 0, &a->face);
459 if (err) {
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1259 char *err = GET_DL_ERROR(); in phpdbg_load_module_or_extension() local
1260 if (err && err[0]) { in phpdbg_load_module_or_extension()
1261 phpdbg_error("dl", "type=\"unknown\"", "%s", err); in phpdbg_load_module_or_extension()
1262 php_win32_error_msg_free(err); in phpdbg_load_module_or_extension()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua934 local ok, err
936 ok, err = pcall(parse_template, params, t, nparams, pos)
946 error(err, 0)
H A Ddasm_arm64.lua985 local ok, err
987 ok, err = pcall(parse_template, params, t, nparams, pos)
997 error(err, 0)
/PHP-8.0/build/
H A Dax_gcc_func_attribute.m4230 [AS_IF([test -s conftest.err],
/PHP-8.0/win32/
H A Dsendmail.c419 int err = MailConnect(); in SendText() local
420 if (0 != err) { in SendText()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c4051 DWORD err = GetLastError(); in zend_jit_unprotect()
4052 char *msg = php_win32_error_to_msg(err); in zend_jit_unprotect()
4053 fprintf(stderr, "VirtualProtect() failed [%u] %s\n", err, msg); in zend_jit_unprotect()
4073 DWORD err = GetLastError(); in zend_jit_protect()
4074 char *msg = php_win32_error_to_msg(err); in zend_jit_protect()
4075 fprintf(stderr, "VirtualProtect() failed [%u] %s\n", err, msg); in zend_jit_protect()
4337 DWORD err = GetLastError(); in zend_jit_startup() local
4338 char *msg = php_win32_error_to_msg(err); in zend_jit_startup()
4339 fprintf(stderr, "VirtualProtect() failed [%u] %s\n", err, msg); in zend_jit_startup()
4346 DWORD err = GetLastError(); in zend_jit_startup() local
[all …]
/PHP-8.0/ext/ldap/
H A Dldap.c434 int err; in _php_ldap_control_from_array() local
435 err = ber_flatten2(ber, &control_value, control_value_alloc); in _php_ldap_control_from_array()
436 if (err < 0) { in _php_ldap_control_from_array()
438 php_error_docref(NULL, E_WARNING, "Failed to encode control value (%d)", err); in _php_ldap_control_from_array()
4001 int rc, myargcount = ZEND_NUM_ARGS(), msgid, err; in PHP_FUNCTION() local
4052 …rc = ldap_parse_result(ld->link, ldap_res, &err, NULL, &errmsg, NULL, (myargcount > 4 ? &lserverct… in PHP_FUNCTION()
4070 } else if (err == LDAP_SUCCESS) { in PHP_FUNCTION()
4073 …"Passwd modify extended operation failed: %s (%d)", (errmsg ? errmsg : ldap_err2string(err)), err); in PHP_FUNCTION()

Completed in 243 milliseconds

1234567