Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c609 goto err;
677 goto err;
703 goto err; /* OOM */
716 goto err; /* OOM */
723 goto err; /* OOM */
731 goto err; /* OOM */
737 goto err; /* OOM */
749 goto err; /* OOM */
762 goto err; /* OOM */
772 goto err;
[all …]
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c100 int err; in PHP_FUNCTION() local
142 hashkey, &tv, context, &errstr, &err); in PHP_FUNCTION()
159 ZEND_TRY_ASSIGN_REF_LONG(zerrno, err); in PHP_FUNCTION()
186 int err = 0; in PHP_FUNCTION() local
217 NULL, NULL, context, &errstr, &err); in PHP_FUNCTION()
225 ZEND_TRY_ASSIGN_REF_LONG(zerrno, err); in PHP_FUNCTION()
H A Darray.c2813 err = 1;
2830 err = 1;
2863 err = 1;
2877 err = 1;
2904 err = 1;
2905 goto err;
2910 err = 1;
2911 goto err;
2916 err = 1;
2948 err:
[all …]
H A Dbase64.c223 const uint8x16_t err = vorrq_u8(vorrq_u8(error_a, error_b), vorrq_u8(error_c, error_d)); in neon_base64_decode() local
225 vst1q_u8(error.mem, err); in neon_base64_decode()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c362 http_response_status_code_pair *err = (http_response_status_code_pair*)http_status_map; in sapi_cgi_send_headers() local
364 while (err->code != 0) { in sapi_cgi_send_headers()
365 if (err->code == SG(sapi_headers).http_response_code) { in sapi_cgi_send_headers()
368 err++; in sapi_cgi_send_headers()
370 if (err->str) { in sapi_cgi_send_headers()
371 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->str); in sapi_cgi_send_headers()
/PHP-7.4/ext/sockets/
H A Dmulticast.c781 goto err;
824 goto err;
844 err:
/PHP-7.4/main/
H A Dphp_ini.c343 char *err; in php_load_zend_extension_cb() local
344 if (!php_win32_image_compatible(filename, &err)) { in php_load_zend_extension_cb()
345 php_error(E_CORE_WARNING, err); in php_load_zend_extension_cb()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c870 memcpy(err, str, new_len+1); in to_xml_string()
871 for (i = 0; (c = err[i++]);) { in to_xml_string()
874 if ((err[i] & 0xc0) != 0x80) { in to_xml_string()
879 if ((err[i] & 0xc0) != 0x80 || (err[i+1] & 0xc0) != 0x80) { in to_xml_string()
884 if ((err[i] & 0xc0) != 0x80 || (err[i+1] & 0xc0) != 0x80 || (err[i+2] & 0xc0) != 0x80) { in to_xml_string()
893 err[i-1] = '\\'; in to_xml_string()
894 err[i++] = 'x'; in to_xml_string()
897 err[i++] = '.'; in to_xml_string()
898 err[i++] = '.'; in to_xml_string()
899 err[i++] = '.'; in to_xml_string()
[all …]
H A Dphp_http.c346 size_t err; in make_http_soap_request() local
879 err = php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request()
880 if (err != ZSTR_LEN(soap_headers.s)) { in make_http_soap_request()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c846 const char *err; local
852 err = mysql_error(mysql->mysql);
853 if (err) {
854 RETURN_STRING(err);
2420 const char * err; local
2427 err = mysql_stmt_error(stmt->stmt);
2428 if (err) {
2429 RETURN_STRING(err);
/PHP-7.4/ext/curl/
H A Dmulti.c50 #define SAVE_CURLM_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
456 RETURN_LONG(mh->err.no); in PHP_FUNCTION()
H A Dinterface.c1906 memset(&ch->err, 0, sizeof(struct _php_curl_error)); in alloc_curl_handle()
1965 curl_easy_setopt(ch->cp, CURLOPT_ERRORBUFFER, ch->err.str); in _php_curl_set_default_options()
2071 curl_easy_setopt(ch->cp, CURLOPT_ERRORBUFFER, ch->err.str); in _php_setup_easy_copy_handlers()
3217 memset(ch->err.str, 0, CURL_ERROR_SIZE + 1); in _php_curl_cleanup_handle()
3218 ch->err.no = 0; in _php_curl_cleanup_handle()
3561 if (ch->err.no) { in PHP_FUNCTION()
3562 ch->err.str[CURL_ERROR_SIZE] = 0; in PHP_FUNCTION()
3563 RETURN_STRING(ch->err.str); in PHP_FUNCTION()
3585 RETURN_LONG(ch->err.no); in PHP_FUNCTION()
/PHP-7.4/ext/snmp/
H A Dsnmp.c680 char *err; in php_snmp_internal() local
697 snmp_error(session, NULL, NULL, &err); in php_snmp_internal()
698 php_error_docref(NULL, E_WARNING, "Could not open snmp connection: %s", err); in php_snmp_internal()
699 free(err); in php_snmp_internal()
907 snmp_error(ss, NULL, NULL, &err); in php_snmp_internal()
908 php_snmp_error(getThis(), PHP_SNMP_ERRNO_GENERIC, "Fatal error: %s", err); in php_snmp_internal()
909 free(err); in php_snmp_internal()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1568 err(EXIT_FAILURE, "Cannot open `%s'", argv[1]); in main()
1571 err(EXIT_FAILURE, "Cannot read header"); in main()
1577 err(EXIT_FAILURE, "Cannot read sat"); in main()
1583 err(EXIT_FAILURE, "Cannot read ssat"); in main()
1589 err(EXIT_FAILURE, "Cannot read dir"); in main()
1593 err(EXIT_FAILURE, "Cannot read short stream"); in main()
/PHP-7.4/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-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1269 char *err = GET_DL_ERROR(); in phpdbg_load_module_or_extension() local
1270 if (err && err[0]) { in phpdbg_load_module_or_extension()
1271 phpdbg_error("dl", "type=\"unknown\"", "%s", err); in phpdbg_load_module_or_extension()
1272 php_win32_error_msg_free(err); in phpdbg_load_module_or_extension()
/PHP-7.4/build/
H A Dax_gcc_func_attribute.m4230 [AS_IF([test -s conftest.err],
/PHP-7.4/win32/
H A Dsendmail.c418 int err = MailConnect(); in SendText() local
419 if (0 != err) { in SendText()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c735 zval *err = NULL; in ZEND_FUNCTION() local
740 Z_PARAM_ZVAL(err) in ZEND_FUNCTION()
745 zend_string *new_val = zval_try_get_string(err); in ZEND_FUNCTION()
777 if (Z_TYPE_P(err) == IS_LONG) { in ZEND_FUNCTION()
778 EG(error_reporting) = Z_LVAL_P(err); in ZEND_FUNCTION()
/PHP-7.4/ext/dom/
H A Ddocument.c1746 int err; in PHP_FUNCTION() local
1761 err = xmlXIncludeProcessFlags(docp, (int)flags); in PHP_FUNCTION()
1775 if (err) { in PHP_FUNCTION()
1776 RETVAL_LONG(err); in PHP_FUNCTION()
/PHP-7.4/ext/ldap/
H A Dldap.c436 int err; in _php_ldap_control_from_array() local
437 err = ber_flatten2(ber, &control_value, control_value_alloc); in _php_ldap_control_from_array()
438 if (err < 0) { in _php_ldap_control_from_array()
440 php_error_docref(NULL, E_WARNING, "Failed to encode control value (%d)", err); in _php_ldap_control_from_array()
4273 int rc, myargcount = ZEND_NUM_ARGS(), msgid, err; in PHP_FUNCTION() local
4325 …rc = ldap_parse_result(ld->link, ldap_res, &err, NULL, &errmsg, NULL, (myargcount > 4 ? &lserverct… in PHP_FUNCTION()
4343 } else if (err == LDAP_SUCCESS) { in PHP_FUNCTION()
4346 …"Passwd modify extended operation failed: %s (%d)", (errmsg ? errmsg : ldap_err2string(err)), err); in PHP_FUNCTION()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp382 intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlcal_before_after()
1018 intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c52 intl_error *err = objval ? &(objval->error) : NULL; in php_converter_throw_failure() local
60 intl_errors_set(err, error, message, 1); in php_converter_throw_failure()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp504 intl_errors_set(&to->err, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/PHP-7.4/ext/openssl/
H A Dopenssl.c2259 int err = -1; in PHP_FUNCTION() local
2266 RETURN_LONG(err); in PHP_FUNCTION()
2271 RETURN_LONG(err); in PHP_FUNCTION()
2274 err = X509_verify(cert, key); in PHP_FUNCTION()
2276 if (err < 0) { in PHP_FUNCTION()
2287 RETURN_LONG(err); in PHP_FUNCTION()
6094 int err = 0; in PHP_FUNCTION() local
6137 …(err = EVP_VerifyFinal(md_ctx, (unsigned char *)signature, (unsigned int)signature_len, pkey)) < 0… in PHP_FUNCTION()
6145 RETURN_LONG(err); in PHP_FUNCTION()

Completed in 293 milliseconds

1234567