Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/tests/mail/
H A Dbug69874.phpt19 echo "*** Testing mail() : send email without additional headers ***\n";
36 *** Testing mail() : send email without additional headers ***
H A Dmail_log.phpt25 $headers = "X-Test: 1";
30 var_dump(mail($to, $subject, $message, $headers));
H A Dbug69874_2.phpt19 echo "*** Testing mail() : send email without additional headers ***\n";
36 *** Testing mail() : send email without additional headers ***
H A Dbug72964.phpt2 Bug #72964 (White space not unfolded for CC/Bcc headers)
49 $headers = "From: webmaster@example.com\r\n"
53 $res = mail($to, $subject, $message, $headers);
H A Dbug80706.phpt2 Bug #72964 (White space not unfolded for CC/Bcc headers)
52 $headers = "From: webmaster@example.com\r\n"
56 $res = mail($to, $subject, $message, $headers);
/PHP-7.4/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-7.4/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt2 Location: headers change the status code
H A Dheader_redirection_003.phpt2 Location: headers respect the header() response code parameter
H A Dheader_redirection_005.phpt2 Location: headers do not override the 201 response code
H A Dheader_redirection_008.phpt2 Location: headers do not override the 302 Found response code
H A Dheader_redirection_002.phpt2 Location: headers override non-201 and 3xx response codes
H A Dheader_redirection_006.phpt2 Location: headers do not override the 300 Multiple Choices response code
H A Dheader_redirection_007.phpt2 Location: headers do not override the 301 Moved Permanently response code
H A Dheader_redirection_009.phpt2 Location: headers do not override the 303 See Other response code
H A Dheader_redirection_010.phpt2 Location: headers do not override the 304 Not Modified response code
H A Dheader_redirection_011.phpt2 Location: headers do not override the 305 Use Proxy response code
H A Dheader_redirection_012.phpt2 Location: headers do not override the 307 Temporary Redirect response code
H A Dheader_redirection_013.phpt2 Location: headers do not override the 308 Permanent Redirect response code
H A Dheader_redirection_014.phpt2 Location: headers do not override the 399 Choose Your Own Adventure response code
/PHP-7.4/sapi/apache2handler/
H A Dconfig.w3217 WARNING("Could not find apache2 libraries/headers");
36 WARNING("Could not find apache2.2 libraries/headers");
54 WARNING("Could not find apache 2.4 libraries/headers");
/PHP-7.4/ext/phar/tests/tar/
H A Dbug64343.phpt2 Bug #64343 (phar cannot open tars with pax headers)
/PHP-7.4/ext/pdo_dblib/
H A Dconfig.w3217 WARNING("pdo_dblib not enabled, libraries or headers not found")
38 WARNING("pdo_mssql not enabled, libraries or headers not found")
/PHP-7.4/ext/session/tests/
H A Dbug74941.phpt2 Bug #74941 session_start() triggers a warning after headers have been sent but cookies are not used
/PHP-7.4/ext/gettext/
H A Dconfig.w329 WARNING("gettext not enabled; libraries and headers not found");
/PHP-7.4/ext/zlib/tests/
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression

Completed in 19 milliseconds

1234567