Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt44 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 Dmail_basic_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";
89 Msg sent OK
90 Id of msg just sent is %d
92 TEST PASSED: Msgs sent and deleted OK
H A Dmail_basic_alt3-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";
89 Msg sent OK
90 Id of msg just sent is %d
92 TEST PASSED: Msgs sent and deleted OK
H A Dmail_basic_alt4-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_variation_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";
H A Dmail_variation_alt2-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";
H A Dmail_variation_alt3-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-5.5/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-5.5/Zend/tests/
H A Dunset_cv05.phpt23 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.5/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-5.5/ext/zlib/tests/
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_offsetGet_missing_param.phpt2 Tests that the offsetGet() method throws an error when no argument is sent
/PHP-5.5/tests/basic/
H A D025.phpt16 Warning: Cannot modify header information - headers already sent in Unknown on line 0
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php442 $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-5.5/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt2 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 Dsocket_sentto_recvfrom_ipv6_udp.phpt2 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 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');
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');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_character_set.phpt49 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
50 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
51 /* The server currently 02.09.2011 can't handle data sent in utf16le */
/PHP-5.5/sapi/cli/
H A Dconfig.w325 ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
/PHP-5.5/tests/output/
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-5.5/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 Hit the host and determine that the headers are sent to the callback specified for CURLOPT_HEADERFU…
/PHP-5.5/ext/sockets/
H A Dsendrecvmsg.c64 DWORD sent = 0; in sendmsg() local
65 return WSASendMsg((SOCKET)sockfd, (struct msghdr*)msg, (DWORD)flags, &sent, NULL, NULL) == 0 in sendmsg()
66 ? (ssize_t)sent in sendmsg()

Completed in 44 milliseconds

123