/PHP-8.2/ext/sockets/tests/ |
H A D | socket_sentto_recvfrom_ipv4_udp.phpt | 2 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 D | socket_sentto_recvfrom_ipv6_udp.phpt | 2 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 D | socket_sendto_zerocopy.phpt | 46 echo "$bytes_sent sent!\n"; 53 16384 sent!
|
/PHP-8.2/ext/pgsql/tests/ |
H A D | 30nb_async_query_params.phpt | 27 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100)); 28 if ($sent === FALSE) { 30 } elseif ($sent === 0) { 64 $sent = pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'… 66 if ($sent === FALSE) { 68 } elseif ($sent === 0) {
|
/PHP-8.2/ext/standard/tests/mail/ |
H A D | bug72964.phpt | 61 echo "Message sent OK\n"; 68 echo "TEST PASSED: Message sent and deleted OK\n"; 73 Message sent OK 74 TEST PASSED: Message sent and deleted OK 75 TEST PASSED: Message sent and deleted OK 76 TEST PASSED: Message sent and deleted OK 77 TEST PASSED: Message sent and deleted OK
|
H A D | mail_basic_alt1-win32.phpt | 41 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"; 87 Msg sent OK 88 Id of msg just sent is %d 90 TEST PASSED: Msgs sent and deleted OK
|
H A D | mail_basic_alt2-win32.phpt | 38 echo "Msg sent OK\n"; 57 // Iterate over recent msgs to find the one we sent above 63 echo "Id of msg just sent is $i\n"; 77 echo "TEST PASSED: Msgs sent and deleted OK\n"; 84 Msg sent OK 85 Id of msg just sent is %d 87 TEST PASSED: Msgs sent and deleted OK
|
H A D | mail_basic_alt3-win32.phpt | 38 echo "Msg sent OK\n"; 57 // Iterate over recent msgs to find the one we sent above 63 echo "Id of msg just sent is $i\n"; 77 echo "TEST PASSED: Msgs sent and deleted OK\n"; 84 Msg sent OK 85 Id of msg just sent is %d 87 TEST PASSED: Msgs sent and deleted OK
|
H A D | mail_basic_alt4-win32.phpt | 39 echo "Msg sent OK\n"; 58 // Iterate over recent msgs to find the one we sent above 64 echo "Id of msg just sent is $i\n"; 78 echo "TEST PASSED: Msgs sent and deleted OK\n"; 85 Msg sent OK 86 Id of msg just sent is %d 88 TEST PASSED: Msgs sent and deleted OK
|
H A D | bug80706.phpt | 64 echo "Message sent OK\n"; 71 echo "TEST PASSED: Message sent and deleted OK\n"; 76 Message sent OK 78 TEST PASSED: Message sent and deleted OK 80 TEST PASSED: Message sent and deleted OK
|
H A D | bug80751.phpt | 70 echo "Message sent OK\n"; 77 echo "TEST PASSED: Message sent and deleted OK\n"; 82 Message sent OK 87 TEST PASSED: Message sent and deleted OK 92 TEST PASSED: Message sent and deleted OK 97 TEST PASSED: Message sent and deleted OK
|
H A D | mail_variation_alt3-win32.phpt | 39 echo "Msg sent OK\n"; 58 // Iterate over recent msgs to find the one we sent above 64 echo "Id of msg just sent is $i\n"; 78 echo "TEST PASSED: Msgs sent and deleted OK\n";
|
H A D | mail_variation_alt1-win32.phpt | 40 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";
|
H A D | mail_variation_alt2-win32.phpt | 40 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";
|
/PHP-8.2/tests/basic/ |
H A D | header_register_callback.phpt | 5 header_register_callback(function() { echo "sent";}); 8 sent
|
H A D | header_register_callback_after_output.phpt | 2 Call header_register_callback() after headers sent
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | head.phpt | 30 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…
|
/PHP-8.2/sapi/phpdbg/tests/ |
H A D | gh15210_001.phpt | 17 header_register_callback(function() { echo "sent";}); 33 >00002: header_register_callback(function() { echo "sent";});
|
H A D | gh15210_002.phpt | 18 header_register_callback(function() { echo "sent";}); 34 >00002: header_register_callback(function() { echo "sent";});
|
/PHP-8.2/ext/session/tests/ |
H A D | bug74514.phpt | 16 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 D | bug74941.phpt | 2 Bug #74941 session_start() triggers a warning after headers have been sent but cookies are not used
|
/PHP-8.2/Zend/tests/generators/ |
H A D | ignored_send_leak.phpt | 2 Ignoring a sent value shouldn't leak memory
|
/PHP-8.2/Zend/tests/ |
H A D | output_started_at_eval.phpt | 11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
|
/PHP-8.2/ext/zlib/tests/ |
H A D | bug61820.phpt | 2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
|
/PHP-8.2/ext/imap/tests/ |
H A D | bug77020.phpt | 9 // For Windows, set it to a string of length HOST_NAME_LEN (256) so the mail is not actually sent
|