Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 198) sorted by path

12345678

/php-src/
H A D.gitignore81 # Directories for shared object files and headers generated by `./configure`
89 # Configuration headers generated by the PHP build system
H A DCONTRIBUTING.md28 * [Copyright and license headers](#copyright-and-license-headers)
432 ## Copyright and license headers
H A DNEWS54 . Implement GH-12385 (flush headers without body when calling flush()).
H A DUPGRADING208 . Flushing headers without a body will now succeed. See GH-12785.
H A DUPGRADING.INTERNALS33 * The backwards compatibility headers ext/standard/{php_lcg.h,php_mt_rand.h,
H A Dconfigure.ac383 dnl Then headers.
459 dnl Detect the headers required to use makedev, major, and minor.
646 dnl Check for functions inside their belonging headers.
1684 install_targets="$install_sapi $install_modules $install_binaries install-build install-headers ins…
1819 dnl Create configuration headers.
/php-src/Zend/tests/
H A Doutput_started_at_eval.phpt11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
/php-src/build/
H A DMakefile.global49 install-headers:
H A Dconfig.guess995 objdump --private-headers /bin/sh | grep -q ld.so.1
H A Dgen_stub.php1901 array $headers, argument
1907 foreach ($headers as $header) {
1963 $headers = [
1975 /* headers: */ $headers,
H A Dphp.m41003 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1047 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
H A Dphp_cxx_compile_stdcxx.m4394 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
/php-src/docs/
H A Drelease-process.md442 > or `Bcc` headers. If a user replies to one of these messages, we do not
560 > compliant archives with PAX headers. As not every application is
561 > compatible with that format, creation of archives with PAX headers should
776 > or `Bcc` headers. If a user replies to one of these messages, we do not
/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
/php-src/ext/bz2/
H A Dconfig.w3215 WARNING("bz2 not enabled; libraries and headers not found");
/php-src/ext/curl/
H A Dconfig.w3233 WARNING("curl not enabled; libraries and headers not found");
H A Dmulti.c377 zval headers; in _php_server_push_callback() local
391 array_init(&headers); in _php_server_push_callback()
394 add_next_index_string(&headers, header); in _php_server_push_callback()
398 zval call_args[3] = {*pz_parent_ch, pz_ch, headers}; in _php_server_push_callback()
401 zval_ptr_dtor_nogc(&headers); in _php_server_push_callback()
/php-src/ext/curl/tests/
H A Dcurl_pushfunction.phpt19 $callback = function($parent_ch, $pushed_ch, array $headers) {
H A Dcurl_writeheader_callback.phpt7 … that the headers are sent to the callback specified for CURLOPT_HEADERFUNCTION. Different test se…
/php-src/ext/date/
H A Dconfig0.m41 dnl Check for headers needed by timelib
/php-src/ext/dba/
H A Dconfig.w3221 WARNING("dba: db handlers not enabled; libraries and headers not found");
32 WARNING("dba: qdbm handlers not enabled; libraries and headers not found");
44 WARNING("dba: lmdb handlers not enabled; libraries and headers not found");
/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/exif/tests/
H A Dbug50845.phpt2 Bug #50845 (exif_read_data() returns corrupted exif headers)
H A Dgh10834.phpt73 $headers = exif_read_data($fp);
74 var_dump(is_array($headers));
/php-src/ext/ffi/
H A Dconfig.w3222 WARNING('ffi not enabled, headers or libraries not found');

Completed in 59 milliseconds

12345678