Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/pgsql/tests/
H A D30nb_async_query_params.phpt25 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
26 if ($sent === FALSE) {
28 } elseif ($sent === 0) {
62 $sent = pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'…
64 if ($sent === FALSE) {
66 } elseif ($sent === 0) {
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv4 UDP
26 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
27 if ($sent === false) {
31 } else if ($sent != $len) {
33 '%d bytes have been sent instead of the %d bytes expected',
34 $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_sentto_recvfrom_unix.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket
36 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
/PHP-7.4/ext/standard/tests/mail/
H A Dbug72964.phpt57 echo "Message sent OK\n";
64 echo "TEST PASSED: Message sent and deleted OK\n";
69 Message sent OK
70 TEST PASSED: Message sent and deleted OK
71 TEST PASSED: Message sent and deleted OK
72 TEST PASSED: Message sent and deleted OK
73 TEST PASSED: Message sent and deleted OK
H A Dmail_basic_alt2-win32.phpt40 echo "Msg sent OK\n";
59 // Iterate over recent msgs to find the one we sent above
65 echo "Id of msg just sent is $i\n";
79 echo "TEST PASSED: Msgs sent and deleted OK\n";
87 Msg sent OK
88 Id of msg just sent is %d
90 TEST PASSED: Msgs sent and deleted OK
H A Dmail_basic_alt3-win32.phpt40 echo "Msg sent OK\n";
59 // Iterate over recent msgs to find the one we sent above
65 echo "Id of msg just sent is $i\n";
79 echo "TEST PASSED: Msgs sent and deleted OK\n";
87 Msg sent OK
88 Id of msg just sent is %d
90 TEST PASSED: Msgs sent and deleted OK
H A Dmail_basic_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";
90 Msg sent OK
91 Id of msg just sent is %d
93 TEST PASSED: Msgs sent and deleted OK
H A Dmail_basic_alt4-win32.phpt41 echo "Msg sent OK\n";
60 // Iterate over recent msgs to find the one we sent above
66 echo "Id of msg just sent is $i\n";
80 echo "TEST PASSED: Msgs sent and deleted OK\n";
88 Msg sent OK
89 Id of msg just sent is %d
91 TEST PASSED: Msgs sent and deleted OK
H A Dbug80706.phpt60 echo "Message sent OK\n";
67 echo "TEST PASSED: Message sent and deleted OK\n";
72 Message sent OK
74 TEST PASSED: Message sent and deleted OK
76 TEST PASSED: Message sent and deleted OK
H A Dbug80751.phpt66 echo "Message sent OK\n";
73 echo "TEST PASSED: Message sent and deleted OK\n";
78 Message sent OK
83 TEST PASSED: Message sent and deleted OK
88 TEST PASSED: Message sent and deleted OK
93 TEST PASSED: Message sent and deleted OK
H A Dmail_variation_alt3-win32.phpt41 echo "Msg sent OK\n";
60 // Iterate over recent msgs to find the one we sent above
66 echo "Id of msg just sent is $i\n";
80 echo "TEST PASSED: Msgs sent and deleted OK\n";
H A Dmail_variation_alt1-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";
H A Dmail_variation_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";
/PHP-7.4/tests/basic/
H A Dheader_register_callback.phpt5 header_register_callback(function() { echo "sent";});
8 sent
H A D025.phpt16 Warning: Cannot modify header information - headers already sent in Unknown on line 0
/PHP-7.4/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…
/PHP-7.4/ext/session/tests/
H A Dbug74514.phpt14 Therefore, once HTTP header is considered as sent, these functions emits
15 '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-7.4/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-7.4/sapi/phpdbg/
H A Dphpdbg_io.c163 int sent, i = len; local
167 sent = send(sock, p, i, 0);
168 if (sent == -1) {
171 i -= sent;
172 p += sent;
/PHP-7.4/ext/zlib/tests/
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_character_set.phpt45 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
46 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
47 /* The server currently 02.09.2011 can't handle data sent in utf16le */
/PHP-7.4/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

Completed in 44 milliseconds

123