Home
last modified time | relevance | path

Searched refs:header (Results 251 – 270 of 270) sorted by last modified time

1...<<11

/php-src/ext/iconv/tests/
H A Dbug68180.phpt2 Bug #68180 (iconv_mime_decode can return extra characters in a header)
H A Diconv_mime_decode.phpt15 function do_single_test($header)
19 $result = iconv_mime_decode($header, $mode, "UTF-8");
H A Dgh7953.phpt2 GH-7953 (ob_clean() only may not set Content-* header)
/php-src/ext/gd/tests/
H A Dimageloadfont_invalid.phpt23 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
H A Dimageloadfont_end_of_file_while_reading_header.phpt2 imageloadfont() "End of file while reading header"
12 // End of file while reading header
19 // Error while reading header
31 Warning: imageloadfont(): End of file while reading header in %s on line %d
33 Warning: imageloadfont(): End of file while reading header in %s on line %d
H A Dbug75111.phpt10 $str .= pack("V", 40); // length of header
H A Dbug79615.phpt2 Bug #79615 (Wrong GIF header written in GD GIFEncode)
H A Dcreatefromwbmp2.phpt17 //write header
/php-src/ext/gd/libgd/
H A Dgd_tga.c149 unsigned char header[18]; in read_header_tga() local
151 if (gdGetBuf(header, sizeof(header), ctx) < 18) { in read_header_tga()
156 tga->identsize = header[0]; in read_header_tga()
158 tga->imagetype = header[2]; in read_header_tga()
159 tga->colormapstart = header[3] + (header[4] << 8); in read_header_tga()
160 tga->colormaplength = header[5] + (header[6] << 8); in read_header_tga()
162 tga->xstart = header[8] + (header[9] << 8); in read_header_tga()
163 tga->ystart = header[10] + (header[11] << 8); in read_header_tga()
164 tga->width = header[12] + (header[13] << 8); in read_header_tga()
165 tga->height = header[14] + (header[15] << 8); in read_header_tga()
[all …]
/php-src/ext/ffi/tests/
H A Dcallconv.phpt12 $header = <<<HEADER
20 $ffi1 = FFI::cdef($header, $dllname);
25 file_put_contents($headername, "#define FFI_LIB \"$dllname\"\n$header");
H A Dbug79096.phpt9 $header = <<<HEADER
19 $ffi = FFI::cdef($header);
22 $ffi = FFI::cdef($header, 'php_zend_test.dll');
24 $ffi = FFI::cdef($header, ffi_get_php_dll_name());
H A Dbug80847.phpt13 $header = <<<HEADER
27 $ffi = FFI::cdef($header);
30 $ffi = FFI::cdef($header, 'php_zend_test.dll');
32 $ffi = FFI::cdef($header, ffi_get_php_dll_name());
/php-src/ext/
H A Dext_skel.php249 static $header;
251 if (!$header) {
256 $header = <<<"HEADER"
275 …$header = sprintf('/* %s extension for PHP (c) %d %s */', $options['ext'], date('Y'), $options['au…
277 $header = sprintf('/* %s extension for PHP */', $options['ext']);
282 $source = str_replace('%HEADER%', $header, $source);
/php-src/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
/php-src/ext/exif/tests/bug75785/
H A Dbug75785.phpt2 Bug #75785 fix corrupt EXIF header issues; Related to mixed endianness. (Thank you @Richard Matzing…
/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/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/bcmath/libbcmath/
H A DLICENSE255 When a "work that uses the Library" uses material from a header file
/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…

Completed in 27 milliseconds

1...<<11