Home
last modified time | relevance | path

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

12345678

/php-src/ext/readline/
H A Dconfig.w3213 WARNING("readline not enabled; libraries and headers not found");
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c322 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
326 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
330 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
336 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
341 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
/php-src/ext/pdo_odbc/
H A Dconfig.w3214 WARNING("pdo_odbc support can't be enabled, headers or libraries are missing (SDK)")
/php-src/ext/bz2/
H A Dconfig.w3215 WARNING("bz2 not enabled; libraries and headers not found");
/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart_garbled.phpt28 RequestParseBodyException: File Upload Mime headers garbled
/php-src/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_basic.phpt19 $headers = array("test@test", "testing openssl_pkcs7_encrypt()");
24 openssl_pkcs7_encrypt($infile, $encrypted, $single_cert, $headers, 0, $cipher);
H A Dopenssl_cms_decrypt_basic.phpt15 $headers = array("test@test", "testing openssl_cms_encrypt()");
20 openssl_cms_encrypt($infile, $encrypted, $single_cert, $headers, cipher_algo: $cipher);
/php-src/ext/pgsql/
H A Dconfig.w3212 WARNING("pgsql not enabled; libraries and headers not found");
/php-src/ext/pdo_firebird/
H A Dconfig.w3215 WARNING("pdo_firebird not enabled; libraries and headers not found");
/php-src/ext/standard/tests/mail/
H A Dbug69115.phpt10 /* Just ensure it doesn't crash when trimming headers */
H A Dbug80751.phpt30 $headers = "From: {$fromLine}\r\n"
34 $res = mail($toLine, $subject, $message, $headers);
H A Dbug51604.phpt16 // Calling mail() with all additional headers
/php-src/ext/sockets/
H A Dconfig.w3214 WARNING("sockets not enabled; libraries and headers not found");
/php-src/ext/pdo_pgsql/
H A Dconfig.w3218 WARNING("pdo_pgsql not enabled; libraries and headers not found");
/php-src/sapi/cgi/tests/
H A Dbug61605.phpt2 Bug #61605 (header_remove() does not remove all headers)
/php-src/ext/standard/tests/http/
H A Dbug78719.phpt2 Bug #78719 (http wrapper silently ignores long Location headers)
/php-src/ext/zlib/tests/
H A Dgzencode_variation1.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c107 static bool check_has_header(const char *headers, const char *header) { in check_has_header() argument
108 const char *s = headers; in check_has_header()
110 if (s == headers || *(s-1) == '\n') { in check_has_header()
984 zval headers; in php_stream_url_wrap_http() local
986 ZVAL_UNDEF(&headers); in php_stream_url_wrap_http()
993 PHP_URL_REDIRECT_MAX, HTTP_WRAPPER_HEADER_INIT, &headers STREAMS_CC); in php_stream_url_wrap_http()
995 if (!Z_ISUNDEF(headers)) { in php_stream_url_wrap_http()
996 ZVAL_COPY(&BG(last_http_headers), &headers); in php_stream_url_wrap_http()
999 "http_response_header", sizeof("http_response_header")-1, &headers, 0)) { in php_stream_url_wrap_http()
1000 zval_ptr_dtor(&headers); in php_stream_url_wrap_http()
/php-src/ext/gd/
H A Dconfig.w3232 WARNING("libwebp not enabled; libraries and headers not found");
44 WARNING("libavif not enabled; libraries and headers not found");
80 WARNING("gd not enabled; libraries and headers not found");
/php-src/ext/xml/
H A Dconfig.w3218 WARNING("xml support can't be enabled, libraries or headers are missing")
/php-src/ext/pdo_mysql/
H A Dconfig.w3219 WARNING("pdo_mysql not enabled; libraries and headers not found");
/php-src/sapi/cli/tests/
H A Dbug65633.phpt2 Bug #65633 (built-in server treat some http headers as case-sensitive)
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_http_header.phpt60 foreach ($tests as $name => $headers) {
62 …ain,HTTP/1.1 200 OK\r\nContent-Type: " . $header . "\r\n\r\n" . "<p>\xE4\xF6\xFC</p>\n", $headers);
/php-src/ext/soap/
H A Dsoap.c2385 zval *headers = NULL; local
2424 if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
2433 Z_ADDREF_P(headers);
2677 zval *headers = NULL; local
2684 if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
3077 *headers = NULL;
3175 *headers = h;
3378 char *hdr_ns = headers->hdr?headers->hdr->ns:NULL;
3400 if (headers->hdr && headers->hdr->headerfaults &&
3594 if (headers) {
[all …]
/php-src/sapi/fpm/tests/
H A Dbug68207-fastcgi-error-header-sent.phpt2 FPM: bug68207 - fastcgi.error_header setting headers after sent

Completed in 78 milliseconds

12345678