Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 57) sorted by last modified time

123

/PHP-5.5/win32/
H A Dinstall.txt1802 response status can be sent with header(). If only GET and POST methods
/PHP-5.5/tests/output/
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-5.5/tests/basic/
H A D025.phpt16 Warning: Cannot modify header information - headers already sent in Unknown on line 0
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c70 uint sent = 0; in sapi_thttpd_ub_write() local
84 return sent + str_length; in sapi_thttpd_ub_write()
91 sent += n; in sapi_thttpd_ub_write()
95 return sent; in sapi_thttpd_ub_write()
H A Dthttpd_patch2152 /* If we haven't actually sent the buffered response yet, do so now. */
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in28 ; If it's set to "syslog", log is sent to syslogd instead of being written
/PHP-5.5/sapi/cli/
H A Dconfig.w325 ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
/PHP-5.5/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/PHP-5.5/sapi/aolserver/
H A Daolserver.c92 uint sent = 0; in php_ns_sapi_ub_write() local
101 sent += n; in php_ns_sapi_ub_write()
105 return sent; in php_ns_sapi_ub_write()
/PHP-5.5/
H A Dphp.ini-development218 ; You may be able to send headers and cookies after you've already sent output
457 ; having the errors sent to STDOUT.
737 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
1221 ; Size of a pre-allocated buffer used for reading data sent by the server in
H A Dphp.ini-production218 ; You may be able to send headers and cookies after you've already sent output
457 ; having the errors sent to STDOUT.
737 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
1221 ; Size of a pre-allocated buffer used for reading data sent by the server in
/PHP-5.5/ext/standard/tests/url/
H A Dget_headers_error_002.phpt9 * Description: Fetches all the headers sent by the server in response to a HTTP request
H A Dget_headers_error_001.phpt9 * Description: Fetches all the headers sent by the server in response to a HTTP request
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt38 echo "Less headers are being sent than expected - aborting";
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt44 echo "Msg sent OK\n";
63 // Iterate over recent msgs to find the one we sent above
69 echo "Id of msg just sent is $i\n";
83 echo "TEST PASSED: Msgs sent and deleted OK\n";
91 Msg sent OK
92 Id of msg just sent is %d
94 TEST PASSED: Msgs sent and deleted OK
H A Dmail_basic_alt2-win32.phpt42 echo "Msg sent OK\n";
61 // Iterate over recent msgs to find the one we sent above
67 echo "Id of msg just sent is $i\n";
81 echo "TEST PASSED: Msgs sent and deleted OK\n";
89 Msg sent OK
90 Id of msg just sent is %d
92 TEST PASSED: Msgs sent and deleted OK
H A Dmail_basic_alt3-win32.phpt42 echo "Msg sent OK\n";
61 // Iterate over recent msgs to find the one we sent above
67 echo "Id of msg just sent is $i\n";
81 echo "TEST PASSED: Msgs sent and deleted OK\n";
89 Msg sent OK
90 Id of msg just sent is %d
92 TEST PASSED: Msgs sent and deleted OK
H A Dmail_basic_alt4-win32.phpt43 echo "Msg sent OK\n";
62 // Iterate over recent msgs to find the one we sent above
68 echo "Id of msg just sent is $i\n";
82 echo "TEST PASSED: Msgs sent and deleted OK\n";
90 Msg sent OK
91 Id of msg just sent is %d
93 TEST PASSED: Msgs sent and deleted OK
H A Dmail_variation_alt1-win32.phpt43 echo "Msg sent OK\n";
62 // Iterate over recent msgs to find the one we sent above
68 echo "Id of msg just sent is $i\n";
82 echo "TEST PASSED: Msgs sent and deleted OK\n";
H A Dmail_variation_alt2-win32.phpt43 echo "Msg sent OK\n";
62 // Iterate over recent msgs to find the one we sent above
68 echo "Id of msg just sent is $i\n";
82 echo "TEST PASSED: Msgs sent and deleted OK\n";
H A Dmail_variation_alt3-win32.phpt42 echo "Msg sent OK\n";
61 // Iterate over recent msgs to find the one we sent above
67 echo "Id of msg just sent is $i\n";
81 echo "TEST PASSED: Msgs sent and deleted OK\n";
/PHP-5.5/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)
H A Dserver.inc14 * $output is a stream on which everything sent by clients is written to
/PHP-5.5/ext/standard/tests/general_functions/
H A Dhead.phpt36 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
45 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
48 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…

Completed in 92 milliseconds

123