Home
last modified time | relevance | path

Searched refs:headers (Results 51 – 75 of 166) sorted by relevance

1234567

/PHP-7.4/ext/sqlite3/
H A Dconfig.w3213 WARNING("sqlite3 not enabled; libraries and/or headers not found");
/PHP-7.4/ext/sodium/
H A Dconfig.w3211 WARNING("libsodium not enabled; libraries and headers not found");
/PHP-7.4/ext/pspell/
H A Dconfig.w3212 WARNING("pspell not enabled; libraries and headers not found");
/PHP-7.4/ext/pdo_sqlite/
H A Dconfig.w3213 WARNING("pdo_sqlite not enabled; libraries and/or headers not found");
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_log.c301 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
305 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
309 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
315 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
320 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
/PHP-7.4/ext/gmp/
H A Dconfig.w3212 WARNING("GMP not enabled; libraries and headers not found");
/PHP-7.4/ext/readline/
H A Dconfig.w3213 WARNING("readline not enabled; libraries and headers not found");
/PHP-7.4/ext/sockets/
H A Dconfig.w3213 WARNING("sockets not enabled; libraries and headers not found");
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.w3214 WARNING("pdo_odbc support can't be enabled, headers or libraries are missing (SDK)")
/PHP-7.4/ext/bz2/
H A Dconfig.w3215 WARNING("bz2 not enabled; libraries and headers not found");
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt9 $headers = <<<HERE
36 var_dump(iconv_mime_decode_headers($headers));
85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
/PHP-7.4/tests/basic/
H A D025.phpt16 Warning: Cannot modify header information - headers already sent in Unknown on line 0
/PHP-7.4/ext/pdo_firebird/
H A Dconfig.w3215 WARNING("pdo_firebird not enabled; libraries and headers not found");
/PHP-7.4/ext/standard/tests/mail/
H A Dbug69115.phpt10 /* Just ensure it doesn't crash when trimming headers */
/PHP-7.4/ext/xml/
H A Dconfig.w3218 WARNING("xml support can't be enabled, libraries or headers are missing")
/PHP-7.4/sapi/cgi/tests/
H A Dbug61605.phpt2 Bug #61605 (header_remove() does not remove all headers)
/PHP-7.4/ext/standard/tests/http/
H A Dbug78719.phpt2 Bug #78719 (http wrapper silently ignores long Location headers)
/PHP-7.4/win32/
H A Dsendmail.h40 char *headers, char *headers_lc, char **error_message);
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_basic.phpt19 $headers = array("test@test", "testing openssl_pkcs7_encrypt()");
23 openssl_pkcs7_encrypt($infile, $encrypted, $single_cert, $headers);
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.w3216 WARNING("pdo_mysql not enabled; libraries and headers not found");
/PHP-7.4/sapi/cli/tests/
H A Dbug65633.phpt2 Bug #65633 (built-in server treat some http headers as case-sensitive)
/PHP-7.4/ext/pdo_pgsql/
H A Dconfig.w3221 WARNING("pdo_pgsql not enabled; libraries and headers not found");
/PHP-7.4/ext/imap/tests/
H A Dimap_append_basic.phpt45 echo "List the msg headers\n";
64 List the msg headers
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c108 static zend_bool check_has_header(const char *headers, const char *header) { in check_has_header() argument
109 const char *s = headers; in check_has_header()
111 if (s == headers || *(s-1) == '\n') { in check_has_header()
968 zval headers; in php_stream_url_wrap_http() local
969 ZVAL_UNDEF(&headers); in php_stream_url_wrap_http()
973 PHP_URL_REDIRECT_MAX, HTTP_WRAPPER_HEADER_INIT, &headers STREAMS_CC); in php_stream_url_wrap_http()
975 if (!Z_ISUNDEF(headers)) { in php_stream_url_wrap_http()
977 "http_response_header", sizeof("http_response_header")-1, &headers, 1)) { in php_stream_url_wrap_http()
978 zval_ptr_dtor(&headers); in php_stream_url_wrap_http()
/PHP-7.4/ext/simplexml/
H A Dconfig.w3227 WARNING("simplexml not enabled; libraries and headers not found");

Completed in 90 milliseconds

1234567