/PHP-8.0/ext/pgsql/tests/ |
H A D | 30nb_async_query_params.phpt | 25 $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-8.0/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 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 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_sentto_recvfrom_ipv6_udp-win32.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP (Win32) 33 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
|
H A D | socket_sentto_recvfrom_unix.phpt | 2 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-8.0/ext/standard/tests/mail/ |
H A D | bug72964.phpt | 57 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 D | mail_basic_alt1-win32.phpt | 37 echo "Msg sent OK\n"; 56 // Iterate over recent msgs to find the one we sent above 62 echo "Id of msg just sent is $i\n"; 76 echo "TEST PASSED: Msgs sent and deleted OK\n"; 83 Msg sent OK 84 Id of msg just sent is %d 86 TEST PASSED: Msgs sent and deleted OK
|
H A D | mail_basic_alt2-win32.phpt | 34 echo "Msg sent OK\n"; 53 // Iterate over recent msgs to find the one we sent above 59 echo "Id of msg just sent is $i\n"; 73 echo "TEST PASSED: Msgs sent and deleted OK\n"; 80 Msg sent OK 81 Id of msg just sent is %d 83 TEST PASSED: Msgs sent and deleted OK
|
H A D | mail_basic_alt3-win32.phpt | 34 echo "Msg sent OK\n"; 53 // Iterate over recent msgs to find the one we sent above 59 echo "Id of msg just sent is $i\n"; 73 echo "TEST PASSED: Msgs sent and deleted OK\n"; 80 Msg sent OK 81 Id of msg just sent is %d 83 TEST PASSED: Msgs sent and deleted OK
|
H A D | mail_basic_alt4-win32.phpt | 35 echo "Msg sent OK\n"; 54 // Iterate over recent msgs to find the one we sent above 60 echo "Id of msg just sent is $i\n"; 74 echo "TEST PASSED: Msgs sent and deleted OK\n"; 81 Msg sent OK 82 Id of msg just sent is %d 84 TEST PASSED: Msgs sent and deleted OK
|
H A D | bug80706.phpt | 60 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 D | bug80751.phpt | 66 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 D | mail_variation_alt3-win32.phpt | 35 echo "Msg sent OK\n"; 54 // Iterate over recent msgs to find the one we sent above 60 echo "Id of msg just sent is $i\n"; 74 echo "TEST PASSED: Msgs sent and deleted OK\n";
|
H A D | mail_variation_alt1-win32.phpt | 36 echo "Msg sent OK\n"; 55 // Iterate over recent msgs to find the one we sent above 61 echo "Id of msg just sent is $i\n"; 75 echo "TEST PASSED: Msgs sent and deleted OK\n";
|
H A D | mail_variation_alt2-win32.phpt | 36 echo "Msg sent OK\n"; 55 // Iterate over recent msgs to find the one we sent above 61 echo "Id of msg just sent is $i\n"; 75 echo "TEST PASSED: Msgs sent and deleted OK\n";
|
/PHP-8.0/tests/basic/ |
H A D | header_register_callback.phpt | 5 header_register_callback(function() { echo "sent";}); 8 sent
|
H A D | 025.phpt | 16 Warning: Cannot modify header information - headers already sent in Unknown on line 0
|
/PHP-8.0/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.0/ext/session/tests/ |
H A D | bug74514.phpt | 14 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 D | bug74941.phpt | 2 Bug #74941 session_start() triggers a warning after headers have been sent but cookies are not used
|
/PHP-8.0/Zend/tests/generators/ |
H A D | ignored_send_leak.phpt | 2 Ignoring a sent value shouldn't leak memory
|
H A D | generator_send.phpt | 2 Values can be sent back to the generator
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_io.c | 161 int sent, i = len; local 165 sent = send(sock, p, i, 0); 166 if (sent == -1) { 169 i -= sent; 170 p += sent;
|
/PHP-8.0/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.0/ext/zlib/tests/ |
H A D | bug61820.phpt | 2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
|