Home
last modified time | relevance | path

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

12345678

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c310 int err = 0; in mbfl_filt_conv_html_dec_flush() local
320 err = e; in mbfl_filt_conv_html_dec_flush()
327 return err; in mbfl_filt_conv_html_dec_flush()
/PHP-8.3/ext/sockets/tests/
H A Dsocket_getopt.phpt11 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv6_send.phpt24 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv4_send_error.phpt21 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
/PHP-8.3/ext/sockets/
H A Dsockets.c2625 DWORD err = WSAGetLastError(); local
2626 char *buf = php_win32_error_to_msg(err);
2649 DWORD err = GetLastError(); local
2650 php_error_docref(NULL, E_WARNING, "Unable to map file view [0x%08lx]", err);
2653 DWORD err = GetLastError(); local
2683 DWORD err = GetLastError(); local
2684 php_error_docref(NULL, E_WARNING, "Unable to map file view [0x%08lx]", err);
2689 DWORD err = GetLastError(); local
2690 php_error_docref(NULL, E_WARNING, "Unable to open file mapping [0x%08lx]", err);
2696 DWORD err = WSAGetLastError(); local
[all …]
H A Dmulticast.c773 goto err;
816 goto err;
836 err:
/PHP-8.3/ext/fileinfo/libmagic/
H A Dder.c449 err(EXIT_FAILURE, "open `%s'", argv[1]); in main()
451 err(EXIT_FAILURE, "stat `%s'", argv[1]); in main()
454 err(EXIT_FAILURE, "mmap `%s'", argv[1]); in main()
H A Dcdf.c1593 err(EXIT_FAILURE, "Cannot open `%s'", argv[1]); in main()
1596 err(EXIT_FAILURE, "Cannot read header"); in main()
1602 err(EXIT_FAILURE, "Cannot read sat"); in main()
1608 err(EXIT_FAILURE, "Cannot read ssat"); in main()
1614 err(EXIT_FAILURE, "Cannot read dir"); in main()
1618 err(EXIT_FAILURE, "Cannot read short stream"); in main()
/PHP-8.3/sapi/cli/
H A Dphp_cli.c630 goto err; in do_cli()
666 goto err; in do_cli()
862 goto err; in do_cli()
903 goto err; in do_cli()
937 goto err; in do_cli()
1155 err: in do_cli()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_conf.c588 char *err = fpm_conf_set_boolean(value, &subconf, 0); in fpm_conf_set_array() local
589 if (err) { in fpm_conf_set_array()
592 return err; in fpm_conf_set_array()
1540 char *err = NULL; in fpm_conf_ini_parser_array() local
1574 err = fpm_conf_set_array(key, value, &config, 0); in fpm_conf_ini_parser_array()
1578 err = fpm_conf_set_array(key, value, &config, 0); in fpm_conf_ini_parser_array()
1582 err = fpm_conf_set_array(key, value, &config, 0); in fpm_conf_ini_parser_array()
1586 err = fpm_conf_set_array(key, value, &config, 1); in fpm_conf_ini_parser_array()
1590 err = fpm_conf_set_array(key, value, &config, 1); in fpm_conf_ini_parser_array()
1594 err = fpm_conf_set_array(NULL, value, &config, 0); in fpm_conf_ini_parser_array()
[all …]
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.c359 http_response_status_code_pair *err = (http_response_status_code_pair*)http_status_map; in sapi_cgi_send_headers() local
361 while (err->code != 0) { in sapi_cgi_send_headers()
362 if (err->code == SG(sapi_headers).http_response_code) { in sapi_cgi_send_headers()
365 err++; in sapi_cgi_send_headers()
367 if (err->str) { in sapi_cgi_send_headers()
368 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->str); in sapi_cgi_send_headers()
/PHP-8.3/Zend/
H A Dzend_fibers.c223 DWORD err = GetLastError(); in zend_fiber_stack_allocate() local
224 char *errmsg = php_win32_error_to_msg(err); in zend_fiber_stack_allocate()
225 …NULL, 0, "Fiber stack allocate failed: VirtualAlloc failed: [0x%08lx] %s", err, errmsg[0] ? errmsg… in zend_fiber_stack_allocate()
234 DWORD err = GetLastError(); in zend_fiber_stack_allocate() local
235 char *errmsg = php_win32_error_to_msg(err); in zend_fiber_stack_allocate()
236 …ULL, 0, "Fiber stack protect failed: VirtualProtect failed: [0x%08lx] %s", err, errmsg[0] ? errmsg… in zend_fiber_stack_allocate()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_commands.c599 goto err; in MYSQLND_METHOD()
603 goto err; in MYSQLND_METHOD()
610 goto err; in MYSQLND_METHOD()
632 goto err; in MYSQLND_METHOD()
640 err: in MYSQLND_METHOD()
H A Dmysqlnd_connection.c639 goto err;
664 goto err; /* OOM */
679 goto err; /* OOM */
693 goto err; /* OOM */
702 goto err; /* OOM */
712 goto err;
727 err:
/PHP-8.3/ext/standard/tests/file/
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
/PHP-8.3/main/
H A Dfopen_wrappers.c390 int err; local
402 err = getpwnam_r(user, &pwstruc, pwbuf, pwbuflen, &pw);
403 if (err) {
404 if (err == ERANGE) {
/PHP-8.3/ext/dom/
H A Dparentnode.c213 goto err; in dom_zvals_to_fragment()
222 goto err; in dom_zvals_to_fragment()
229 err: in dom_zvals_to_fragment()
/PHP-8.3/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.3/ext/mysqli/
H A Dmysqli_nonapi.c212 goto err;
220 goto err;
224 goto err;
265 goto err;
303 err:
/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c109 int err; in PHP_FUNCTION() local
165 hashkey, tv_pointer, context, &errstr, &err); in PHP_FUNCTION()
182 ZEND_TRY_ASSIGN_REF_LONG(zerrno, err); in PHP_FUNCTION()
208 int err = 0; in PHP_FUNCTION() local
235 NULL, NULL, context, &errstr, &err); in PHP_FUNCTION()
243 ZEND_TRY_ASSIGN_REF_LONG(zerrno, err); in PHP_FUNCTION()
/PHP-8.3/ext/soap/
H A Dphp_encoding.c901 memcpy(err, str, new_len+1); in to_xml_string()
902 for (i = 0; (c = err[i++]);) { in to_xml_string()
905 if ((err[i] & 0xc0) != 0x80) { in to_xml_string()
910 if ((err[i] & 0xc0) != 0x80 || (err[i+1] & 0xc0) != 0x80) { in to_xml_string()
915 if ((err[i] & 0xc0) != 0x80 || (err[i+1] & 0xc0) != 0x80 || (err[i+2] & 0xc0) != 0x80) { in to_xml_string()
924 err[i-1] = '\\'; in to_xml_string()
925 err[i++] = 'x'; in to_xml_string()
928 err[i++] = '.'; in to_xml_string()
929 err[i++] = '.'; in to_xml_string()
930 err[i++] = '.'; in to_xml_string()
[all …]
/PHP-8.3/ext/curl/
H A Dinterface.c1101 memset(&ch->err, 0, sizeof(struct _php_curl_error)); in init_curl_handle()
1158 curl_easy_setopt(ch->cp, CURLOPT_ERRORBUFFER, ch->err.str); in _php_curl_set_default_options()
1266 curl_easy_setopt(ch->cp, CURLOPT_ERRORBUFFER, ch->err.str); in _php_setup_easy_copy_handlers()
2526 memset(ch->err.str, 0, CURL_ERROR_SIZE + 1); in _php_curl_cleanup_handle()
2527 ch->err.no = 0; in _php_curl_cleanup_handle()
2870 if (ch->err.no) { in PHP_FUNCTION()
2871 ch->err.str[CURL_ERROR_SIZE] = 0; in PHP_FUNCTION()
2872 if (strlen(ch->err.str) > 0) { in PHP_FUNCTION()
2873 RETURN_STRING(ch->err.str); in PHP_FUNCTION()
2875 RETURN_STRING(curl_easy_strerror(ch->err.no)); in PHP_FUNCTION()
[all …]
H A Dmulti.c47 #define SAVE_CURLM_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
353 RETURN_LONG(mh->err.no); in PHP_FUNCTION()
/PHP-8.3/ext/gd/libgd/
H A Dgdft.c375 FT_Error err; local
468 err = FT_New_Face (*b->library, fullname, 0, &a->face);
469 if (err) {

Completed in 298 milliseconds

12345678