Home
last modified time | relevance | path

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

123456789

/PHP-7.4/
H A DCODING_STANDARDS.md307 Returns a header object with the defined parameters */
H A DCONTRIBUTING.md408 New source code files should include the following header block:
H A DNEWS187 . Fixed bug #80849 (HTTP Status header truncation). (cmb)
358 . Fixed bug #80710 (imap_mail_compose() header injection). (cmb, Stas)
881 . Fixed bug #79615 (Wrong GIF header written in GD GIFEncode). (sageptr, cmb)
1081 . Fixed bug #79265 (Improper injection of Host header when using fopen for
1510 . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
1928 . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
2083 . Fixed bug #77794 (Incorrect Date header format in built-in server).
2272 . Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its
2787 . Fixed bug #75996 (incorrect url in header for mt_rand). (tatarbj)
H A Dconfigure.ac517 dnl Check stdint types (must be after header check).
/PHP-7.4/TSRM/
H A Dtsrm.m433 …AC_MSG_ERROR([Sorry[,] I was unable to locate the State Threads header file. Please specify the p…
/PHP-7.4/build/
H A Dlibtool.m42635 # LTDLINCL to the include flags for the libltdl header and adds
2660 # LTDLINCL to the include flags for the libltdl header and adds
H A Dphp.m4395 dnl Use this macro, if you need to add header search paths to the PHP build
1330 dnl See if we have broken header files like SunOS has.
2068 dnl PHP header files to be installed.
2309 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
2327 dnl header-file.
2708 dnl configuration header, warnings about redefined symbols are emitted for such
2710 dnl PACKAGE_* symbols in the generated configuration header template FILE. For
/PHP-7.4/docs/
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-7.4/ext/bcmath/libbcmath/
H A DLICENSE255 When a "work that uses the Library" uses material from a header file
/PHP-7.4/ext/curl/
H A Dinterface.c1766 if (ch->header.str) { in curl_debug()
1767 zend_string_release_ex(ch->header.str, 0); in curl_debug()
3212 if (ch->header.str) { in _php_curl_cleanup_handle()
3213 zend_string_release_ex(ch->header.str, 0); in _php_curl_cleanup_handle()
3214 ch->header.str = NULL; in _php_curl_cleanup_handle()
3448 if (ch->header.str) { in PHP_FUNCTION()
3449 CAASTR("request_header", ch->header.str); in PHP_FUNCTION()
3454 if (ch->header.str) { in PHP_FUNCTION()
3455 RETURN_STR_COPY(ch->header.str); in PHP_FUNCTION()
3657 if (ch->header.str) { in _php_curl_close_ex()
[all …]
H A Dmulti.c494 char *header; in _php_server_push_callback() local
518 header = curl_pushheader_bynum(push_headers, i); in _php_server_push_callback()
519 add_next_index_string(&headers, header); in _php_server_push_callback()
H A Dphp_curl.h182 struct _php_curl_send_headers header; member
/PHP-7.4/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-7.4/ext/curl/tests/responder/
H A Dget.inc27 header('Content-Type: text/plain;charset=utf-8');
/PHP-7.4/ext/date/tests/
H A Dbug61642.phpt12 $header = array();
17 $header[] = $date->format('Y-m-d D');
20 echo '### ', implode(' ', $header), "\n\n";
/PHP-7.4/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-7.4/ext/exif/tests/
H A Dbug60150.phpt2 Bug #60150 (Integer overflow during the parsing of invalid exif header)
H A Dbug72094.phpt2 Bug #72094: Out of bounds heap read access in exif header processing
H A Dexif_tagname_basic.phpt12 * Description: Get the header name for an index
/PHP-7.4/ext/exif/tests/bug75785/
H A Dbug75785.phpt2 Bug #75785 fix corrupt EXIF header issues; Related to mixed endianness. (Thank you @Richard Matzing…
/PHP-7.4/ext/
H A Dext_skel.php257 static $header;
259 if (!$header) {
264 $header = <<<"HEADER"
285 …$header = sprintf('/* %s extension for PHP (c) %d %s */', $options['ext'], date('Y'), $options['au…
287 $header = sprintf('/* %s extension for PHP */', $options['ext']);
292 $source = str_replace('%HEADER%', $header, $source);
/PHP-7.4/ext/ffi/tests/
H A Dbug77706.phpt16 $header = '
30 $ffi = FFI::cdef($header, 'libc.so.6');
H A Dbug79096.phpt11 $header = <<<HEADER
21 $ffi = FFI::cdef($header);
24 $ffi = FFI::cdef($header, 'php_zend_test.dll');
26 $ffi = FFI::cdef($header, ffi_get_php_dll_name());
H A Dbug79177.phpt11 $header = <<<HEADER
17 $ffi = FFI::cdef($header);
20 $ffi = FFI::cdef($header, 'php_zend_test.dll');
22 $ffi = FFI::cdef($header, ffi_get_php_dll_name());
H A Dbug79532.phpt12 $header = <<<HEADER
17 $ffi = FFI::cdef($header);
20 $ffi = FFI::cdef($header, 'php_zend_test.dll');
22 $ffi = FFI::cdef($header, ffi_get_php_dll_name());

Completed in 64 milliseconds

123456789