Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 56) sorted by relevance

123

/php-src/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv4 UDP
22 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
23 if ($sent === false) {
27 } else if ($sent != $len) {
29 '%d bytes have been sent instead of the %d bytes expected',
30 $sent, $len));
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP
30 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
31 if ($sent === false) {
35 } else if ($sent != $len) {
37 '%d bytes have been sent instead of the %d bytes expected',
38 $sent, $len));
H A Dsocket_sendto_zerocopy.phpt46 echo "$bytes_sent sent!\n";
53 16384 sent!
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP (Win32)
34 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
H A Dsocket_sentto_recvfrom_unix.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket
35 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
/php-src/ext/pgsql/tests/
H A D30nb_async_query_params.phpt23 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
24 if ($sent === FALSE) {
26 } elseif ($sent === 0) {
60 $sent = pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'…
62 if ($sent === FALSE) {
64 } elseif ($sent === 0) {
/php-src/tests/basic/
H A Dheader_register_callback.phpt5 header_register_callback(function() { echo "sent";});
8 sent
H A Dheader_register_callback_after_output.phpt2 Call header_register_callback() after headers sent
/php-src/ext/standard/tests/general_functions/
H A Dhead.phpt30 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
33 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…
42 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
H A Dhttp_response_code.phpt24 echo "Now we've sent the headers\n";
34 Now we've sent the headers
36 Warning: http_response_code(): Cannot set response code - headers already sent (output started at %…
/php-src/ext/standard/tests/mail/
H A Dmail_basic_win.phpt66 echo "Email sent.\n";
89 Email sent.
93 Email sent.
97 Email sent.
101 Email sent.
H A Dbug80706.phpt34 echo "Email sent.\n";
61 Email sent.
H A Dbug72964.phpt34 echo "Email sent.\n";
59 Email sent.
H A Dbug80751.phpt40 echo "Email sent.\n";
71 Email sent.
/php-src/sapi/phpdbg/tests/
H A Dgh15210_001.phpt17 header_register_callback(function() { echo "sent";});
33 >00002: header_register_callback(function() { echo "sent";});
H A Dgh15210_002.phpt18 header_register_callback(function() { echo "sent";});
34 >00002: header_register_callback(function() { echo "sent";});
/php-src/ext/session/tests/
H A Dbug74514.phpt16 Therefore, once HTTP header is considered as sent, these functions emits
17 'headers already sent' errors if they try to set new values.
H A Dbug74941.phpt2 Bug #74941 session_start() triggers a warning after headers have been sent but cookies are not used
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_set_charset.phpt24 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
25 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
26 /* The server currently 02.09.2011 can't handle data sent in utf16le */
/php-src/Zend/tests/generators/
H A Dignored_send_leak.phpt2 Ignoring a sent value shouldn't leak memory
H A Dgenerator_send.phpt2 Values can be sent back to the generator
/php-src/Zend/tests/
H A Doutput_started_at_eval.phpt11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
/php-src/ext/zlib/tests/
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
/php-src/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt48 …echo ($ret ? "Successfully" : "Unsuccessfuly"), " sent ", get_evt_name($evt), " to child $child_pi…
85 Successfully sent CTRL+C to child %d
/php-src/ext/mysqli/tests/
H A Dmysqli_poll.phpt80 // Connections on which no query has been sent - 1
95 // Connections on which no query has been sent - 2
103 // Connections on which no query has been sent - 3

Completed in 41 milliseconds

123