Home
last modified time | relevance | path

Searched refs:headers (Results 76 – 100 of 166) sorted by relevance

1234567

/PHP-7.4/ext/xmlrpc/
H A Dconfig.w3217 WARNING("xmlrpc support can't be enabled, libraries or headers are missing")
/PHP-7.4/ext/ldap/
H A Dconfig.w3230 WARNING("ldap not enabled; libraries and headers not found");
/PHP-7.4/ext/zip/
H A Dconfig.w3220 WARNING("zip not enabled; libraries and headers not found");
/PHP-7.4/sapi/cli/tests/
H A Dbug70470.phpt2 Bug #70470 (Built-in server truncates headers spanning over TCP packets)
H A Dphp_cli_server_004.phpt2 Bug #55747 (request headers missed in $_SERVER)
/PHP-7.4/ext/zlib/tests/
H A Dgzencode_variation1.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
H A Dgzencode_variation2.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
/PHP-7.4/sapi/fpm/tests/
H A Dgetallheaders.phpt29 $headers = [];
/PHP-7.4/ext/ffi/
H A Dconfig.w3221 WARNING('ffi not enabled, headers or libraries not found');
/PHP-7.4/ext/standard/tests/mail/
H A Dbug51604.phpt21 // Calling mail() with all additional headers
H A Dmail_basic7.phpt42 // Calling mail() with all additional headers
69 // Calling mail() with all additional headers
94 // Calling mail() with all additional headers
122 // Calling mail() with all additional headers
H A Dbug80751.phpt58 $headers = "From: \"<bob@example.com>\" <joe@example.com>\r\n"
62 $res = mail($to, $subject, $message, $headers);
/PHP-7.4/ext/imap/
H A Dconfig.w3224 WARNING("imap not enabled; libraries and headers not found");
/PHP-7.4/ext/tidy/
H A Dconfig.w3233 WARNING("tidy not enabled; libraries and headers not found");
/PHP-7.4/ext/pgsql/
H A Dconfig.w3212 WARNING("pgsql not enabled; libraries and headers not found");
/PHP-7.4/ext/iconv/
H A Dconfig.w3223 WARNING("iconv support can't be enabled, libraries or headers are missing")
/PHP-7.4/ext/curl/
H A Dmulti.c491 zval headers; in _php_server_push_callback() local
516 array_init(&headers); in _php_server_push_callback()
519 add_next_index_string(&headers, header); in _php_server_push_callback()
528 &headers in _php_server_push_callback()
535 zval_ptr_dtor_nogc(&headers); in _php_server_push_callback()
/PHP-7.4/ext/date/
H A Dconfig0.m41 dnl Check for headers needed by timelib
/PHP-7.4/ext/soap/
H A Dsoap.c2827 zval *headers = NULL; local
2860 if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
2869 Z_ADDREF_P(headers);
3166 if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
3561 *headers = NULL;
3659 *headers = h;
3865 if (headers &&
3870 char *hdr_ns = headers->hdr?headers->hdr->ns:NULL;
3892 if (headers->hdr && headers->hdr->headerfaults &&
4077 if (headers) {
[all …]
/PHP-7.4/ext/hash/
H A Dconfig.w3229 ERROR('Unable to locate SHA3 headers');
/PHP-7.4/ext/pdo_oci/
H A Dconfig.w3242 WARNING("pdo-oci not enabled; libraries and headers not found");
/PHP-7.4/ext/gd/
H A Dconfig.w3230 WARNING("libwebp not enabled; libraries and headers not found");
84 WARNING("gd not enabled; libraries and headers not found");
/PHP-7.4/ext/standard/
H A Dbasic_functions.h157 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers);
158 …PI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *headers);
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c401 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
409 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
434 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
448 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
454 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers_like_cgi()
483 h = zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
488 h = zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_lsapi_send_headers()
1729 if (!&SG(sapi_headers).headers) { in PHP_FUNCTION()
1734 h = zend_llist_get_first_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
1751 h = zend_llist_get_next_ex(&SG(sapi_headers).headers, &pos); in PHP_FUNCTION()
/PHP-7.4/ext/xsl/
H A Dconfig.w3245 WARNING("xsl not enabled; libraries and headers not found");

Completed in 53 milliseconds

1234567