Home
last modified time | relevance | path

Searched refs:headers (Results 26 – 50 of 145) sorted by relevance

123456

/PHP-5.3/
H A Dserver-tests.php241 public $headers = array(); variable in HTTPRequest
276 $this->headers = $headers;
1285 $headers = array();
1384 $r = new HTTPRequest($url,$headers,$options,$post);
1387 $headers = $r->response_headers;
1397 $headers = array();
1401 $headers[trim($line[0])] = trim($line[1]);
1409 print_r($headers);
1460 $output .= "$k: {$headers[$k]}\n";
1461 if (!isset($headers[$k]) || $headers[$k] != $v) {
[all …]
/PHP-5.3/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation1.phpt2 Test iconv_mime_encode() function : usage variations - Pass different data types to headers arg
10 /* Prototype : array iconv_mime_decode_headers(string headers [, int mode, string charset])
22 $headers = <<<EOF
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-5.3/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-5.3/ext/sockets/
H A Dconfig.w3213 WARNING("sockets not enabled; libraries and headers not found");
/PHP-5.3/ext/gettext/
H A Dconfig.w3210 WARNING("gettext not enabled; libraries and headers not found");
/PHP-5.3/ext/mcrypt/
H A Dconfig.w3217 WARNING("mcrypt not enabled; libraries and headers not found");
/PHP-5.3/ext/pspell/
H A Dconfig.w3213 WARNING("pspell not enabled; libraries and headers not found");
/PHP-5.3/ext/gmp/
H A Dconfig.w3213 WARNING("GMP not enabled; libraries and headers not found");
/PHP-5.3/ext/xml/
H A Dconfig.w3216 WARNING("xml support can't be enabled, libraries or headers are missing")
/PHP-5.3/ext/sybase_ct/
H A Dconfig.w3215 WARNING("sybase_ct not enabled; libraries and headers not found");
/PHP-5.3/ext/pdo_odbc/
H A Dconfig.w3215 WARNING("pdo_odbc support can't be enabled, headers or libraries are missing (SDK)")
/PHP-5.3/sapi/aolserver/
H A Dconfig.w3213 WARNING("sapi/aolserver not enabled: Could not find libraries/headers");
/PHP-5.3/ext/bz2/
H A Dconfig.w3216 WARNING("bz2 not enabled; libraries and headers not found");
/PHP-5.3/ext/openssl/tests/
H A D024.phpt19 $headers = array("test@test", "testing openssl_pkcs7_encrypt()");
23 openssl_pkcs7_encrypt($infile, $encrypted, $single_cert, $headers);
/PHP-5.3/ext/simplexml/
H A Dconfig.w3221 WARNING("simplexml not enabled; libraries and headers not found");
/PHP-5.3/tests/basic/
H A D025.phpt16 Warning: Cannot modify header information - headers already sent in Unknown on line 0
/PHP-5.3/ext/pdo_firebird/
H A Dconfig.w3216 WARNING("pdo_firebird not enabled; libraries and headers not found");
/PHP-5.3/ext/interbase/
H A Dconfig.w3216 WARNING("interbase not enabled; libraries and headers not found");
/PHP-5.3/ext/tidy/
H A Dconfig.w3219 WARNING("tidy not enabled; libraries and headers not found");
/PHP-5.3/sapi/cgi/tests/
H A Dbug61605.phpt2 Bug #61605 (header_remove() does not remove all headers)
/PHP-5.3/sapi/pi3web/
H A Dconfig.w3214 WARNING('Pi3Web not enabled; headers/libraries not found');
/PHP-5.3/ext/pdo_dblib/
H A Dconfig.w3218 WARNING("pdo_dblib not enabled, libraries or headers not found")
71 WARNING("pdo_mssql not enabled, libraries or headers not found")
/PHP-5.3/ext/pdo_mysql/
H A Dconfig.w3217 WARNING("pdo_mysql not enabled; libraries and headers not found");
/PHP-5.3/ext/imap/tests/
H A Dimap_append_basic.phpt45 echo "List the msg headers\n";
64 List the msg headers

Completed in 37 milliseconds

123456