Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 69) sorted by relevance

123

/PHP-5.3/Zend/tests/
H A Dunset_cv05.phpt25 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
27 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c190 ret = conn->net->m.send(conn, empty_packet, 0 TSRMLS_CC); in mysqlnd_handle_local_infile()
209 ret = conn->net->m.send(conn, empty_packet, 0 TSRMLS_CC); in mysqlnd_handle_local_infile()
215 if ((ret = conn->net->m.send(conn, buf, bufsize TSRMLS_CC)) == 0) { in mysqlnd_handle_local_infile()
223 if ((ret = conn->net->m.send(conn, empty_packet, 0 TSRMLS_CC)) == 0) { in mysqlnd_handle_local_infile()
/PHP-5.3/ext/standard/tests/network/
H A Dshutdown.phpt15 /* Connect and send request 1 */
24 /* Connect and send request 2 */
/PHP-5.3/ext/sysvmsg/tests/
H A D001.phpt2 send/receive serialized message.
/PHP-5.3/tests/output/
H A Dob_end_flush_error_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
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_end_flush_basic_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
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.3/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
H A Dob_get_flush_basic.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
/PHP-5.3/
H A Dheader12 | obtain it through the world-wide-web, please send a note to |
/PHP-5.3/Zend/
H A Dheader12 | obtain it through the world-wide-web, please send a note to |
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt41 exit("TEST COMPLETED : Unable to send test email\n");
92 TEST COMPLETED : Unable to send test email
H A Dmail_variation_alt2-win32.phpt41 exit("TEST COMPLETED : Unable to send test email\n");
92 TEST COMPLETED : Unable to send test email
H A Dmail_variation_alt3-win32.phpt40 exit("TEST COMPLETED : Unable to send test email\n");
91 TEST COMPLETED : Unable to send test email
H A Dmail_basic_alt1-win32.phpt42 exit("TEST FAILED : Unable to send test email\n");
H A Dmail_basic_alt2-win32.phpt40 exit("TEST FAILED : Unable to send test email\n");
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_poll.phpt88 // Connections on which no query has been send - 1
103 // Connections on which no query has been send - 2
111 // Connections on which no query has been send - 3
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt44 PHP/PDO will send a CLOSE message as part of the PDO::query() call.
71 ---> execute() has been send on the line, you are supposed to fetch
72 ---> you must not try to send a CLOSE after execute()
/PHP-5.3/main/
H A Dinternal_functions.c.in12 | obtain it through the world-wide-web, please send a note to |
H A Dbuild-defs.h.in12 | obtain it through the world-wide-web, please send a note to |
/PHP-5.3/ext/standard/tests/http/
H A Dserver.inc76 // send response
/PHP-5.3/ext/interbase/
H A Dinterbase.rc12 | obtain it through the world-wide-web, please send a note to |
/PHP-5.3/ext/phar/
H A Dphar_path_check.re12 | obtain it through the world-wide-web, please send a note to |
/PHP-5.3/sapi/tux/
H A Dphp_tux.c80 n = send(TG(req)->sock, str, estr - str, 0); in sapi_tux_ub_write()
373 send(fd, "test<br />\n", 9, 0);

Completed in 31 milliseconds

123