Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 269) sorted by path

1234567891011

/php-src/
H A DCONTRIBUTING.md434 New source code files should include the following header block:
H A DUPGRADING.INTERNALS98 - The Zend/zend_istdiostream.h header has been removed.
184 and much smaller php_random_csprng.h header. The new header is included
H A Dconfigure.ac486 dnl Check stdint types (must be after header check).
/php-src/Zend/tests/
H A Doutput_started_at_eval.phpt6 header('Foo: Bar');
11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
/php-src/build/
H A Dgen_stub.php1907 foreach ($headers as $header) {
1909 $headerEntry->appendChild($header);
H A Dlibtool.m42646 # LTDLINCL to the include flags for the libltdl header and adds
2671 # LTDLINCL to the include flags for the libltdl header and adds
H A Dphp.m4372 dnl Use this macro, if you need to add header search paths to the PHP build
1959 dnl PHP header files to be installed.
2217 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
2235 dnl header-file.
2681 dnl configuration header, warnings about redefined symbols are emitted for such
2683 dnl PACKAGE_* symbols in the generated configuration header template FILE. For
/php-src/docs-old/
H A Dself-contained-extensions.md67 header files, but that is not important here).
166 2. The following should be defined in one of the extension header files
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst76 :header-rows: 1
104 :header-rows: 1
H A Dzend_string.rst68 :header-rows: 1
109 :header-rows: 1
132 :header-rows: 1
H A Dzval.rst136 :header-rows: 1
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst74 By default, ``clangd`` will auto-include header files on completion. php-src headers are somewhat
83 "-header-insertion=never"
/php-src/ext/bcmath/libbcmath/
H A DLICENSE255 When a "work that uses the Library" uses material from a header file
/php-src/ext/curl/
H A Dcurl_private.h102 struct _php_curl_send_headers header; member
H A Dinterface.c947 if (ch->header.str) { in curl_debug()
948 zend_string_release_ex(ch->header.str, 0); in curl_debug()
2395 if (ch->header.str) { in _php_curl_cleanup_handle()
2396 zend_string_release_ex(ch->header.str, 0); in _php_curl_cleanup_handle()
2397 ch->header.str = NULL; in _php_curl_cleanup_handle()
2608 if (ch->header.str) { in PHP_FUNCTION()
2609 CAASTR("request_header", ch->header.str); in PHP_FUNCTION()
2627 if (ch->header.str) { in PHP_FUNCTION()
2628 RETURN_STR_COPY(ch->header.str); in PHP_FUNCTION()
2834 if (ch->header.str) { in curl_free_obj()
[all …]
H A Dmulti.c380 char *header; in _php_server_push_callback() local
403 header = curl_pushheader_bynum(push_headers, i); in _php_server_push_callback()
404 add_next_index_string(&headers, header); in _php_server_push_callback()
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic_007.phpt19 …curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:')); // Disable Expect: header (lighttpd does n…
/php-src/ext/curl/tests/responder/
H A Dget.inc30 header('Content-Type: text/plain;charset=utf-8');
/php-src/ext/date/tests/
H A Dbug61642.phpt12 $header = array();
17 $header[] = $date->format('Y-m-d D');
20 echo '### ', implode(' ', $header), "\n\n";
/php-src/ext/dba/
H A Dconfig.m427 AC_MSG_ERROR([DBA: Could not find necessary header file(s).])
298 AC_MSG_ERROR([DBA: Could not find necessary header file(s).])
546 AC_MSG_CHECKING([for DB1 in header])
/php-src/ext/dom/
H A Dnamespace_compat.c35 php_libxml_private_data_header header; member
72 static void php_dom_libxml_ns_mapper_header_destroy(php_libxml_private_data_header *header) in php_dom_libxml_ns_mapper_header_destroy() argument
74 php_dom_libxml_ns_mapper_destroy((php_dom_libxml_ns_mapper *) header); in php_dom_libxml_ns_mapper_header_destroy()
80 mapper->header.dtor = php_dom_libxml_ns_mapper_header_destroy; in php_dom_libxml_ns_mapper_create()
234 return mapper == NULL ? NULL : &mapper->header; in php_dom_libxml_ns_mapper_header()
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_http_header.phpt2 DOM\HTMLDocument::createFromFile() HTTP header Content-Type
62 …$responses = array_map(fn ($header) => "data://text/plain,HTTP/1.1 200 OK\r\nContent-Type: " . $he…
H A DHTMLDocument_encoding_edge_case_05.phpt9 $header = "<!doctype html><html><head><meta charset=\"gb18030\"></head><body>";
10 $padding_required_until_4094 = 4094 - strlen($header);
12 $dom = DOM\HTMLDocument::createFromString($header . str_repeat("A", $padding_required_until_4094) .…
H A DHTMLDocument_encoding_edge_case_07.phpt9 $header = "<!doctype html><html><head><meta charset=\"gb18030\"></head><body>";
10 $padding_required_until_4095 = 4095 - strlen($header);
12 $dom = DOM\HTMLDocument::createFromString($header . str_repeat("A", $padding_required_until_4095) .…
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_createFromFile_createFromString_BOM_buffer_edge.phpt8 $header = "\xEF\xBB\xBF<!doctype html><html><body>";
10 $data = $header . str_repeat("a", 4096 - strlen($header) - strlen($trailer)) . $trailer;
12 $dom = DOM\HTMLDocument::createFromString($header . str_repeat("a", 4096 - strlen($header) - strlen…

Completed in 143 milliseconds

1234567891011