/PHP-7.2/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-7.2/ext/standard/tests/mail/ |
H A D | mail_basic_alt1-win32.phpt | 44 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 D | mail_basic_alt2-win32.phpt | 42 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 D | mail_basic_alt3-win32.phpt | 42 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 D | mail_basic_alt4-win32.phpt | 43 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 D | mail_variation_alt2-win32.phpt | 43 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 D | mail_variation_alt1-win32.phpt | 43 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 D | mail_variation_alt3-win32.phpt | 42 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.2/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-7.2/ext/standard/tests/general_functions/ |
H A D | head.phpt | 36 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.2/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-7.2/sapi/phpdbg/ |
H A D | phpdbg_io.c | 163 int sent, i = len; local 167 sent = send(sock, p, i, 0); 168 if (sent == -1) { 171 i -= sent; 172 p += sent;
|
/PHP-7.2/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-7.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-7.2/ext/spl/tests/ |
H A D | SplDoublyLinkedList_offsetGet_missing_param.phpt | 2 Tests that the offsetGet() method throws an error when no argument is sent
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_character_set.phpt | 45 /* 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.2/ext/soap/interop/ |
H A D | client_round2_interop.php | 442 $sent = $soap_test->expect; 445 $sent = current($soap_test->method_params); 447 $sent = null; 449 $sent = $soap_test->method_params; 459 $sent_d = $this->decodeSoapval($sent); 461 $soap_test->result['sent'] = $sent; 470 $ok = $this->compareResult($sent_d,$return, $sent->type);
|
/PHP-7.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 32 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
|
H A D | socket_sentto_recvfrom_ipv6_udp.phpt | 2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP 34 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 36 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
|
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) 34 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
|
/PHP-7.2/tests/output/ |
H A D | ob_flush_error_001.phpt | 6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
|