Searched refs:send (Results 1 – 25 of 69) sorted by relevance
123
/PHP-5.3/Zend/tests/ |
H A D | unset_cv05.phpt | 25 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 D | mysqlnd_loaddata.c | 190 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 D | shutdown.phpt | 15 /* Connect and send request 1 */ 24 /* Connect and send request 2 */
|
/PHP-5.3/ext/sysvmsg/tests/ |
H A D | 001.phpt | 2 send/receive serialized message.
|
/PHP-5.3/tests/output/ |
H A D | ob_end_flush_error_001.phpt | 6 * Description: Flush (send) the output buffer, and delete current output buffer
|
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…
|
H A D | ob_end_flush_basic_001.phpt | 6 * Description: Flush (send) the output buffer, and delete current output buffer
|
H A D | ob_flush_basic_001.phpt | 6 …* 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 D | ob_get_flush_error.phpt | 8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
|
H A D | ob_get_flush_basic.phpt | 8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
|
/PHP-5.3/ |
H A D | header | 12 | obtain it through the world-wide-web, please send a note to |
|
/PHP-5.3/Zend/ |
H A D | header | 12 | obtain it through the world-wide-web, please send a note to |
|
/PHP-5.3/ext/standard/tests/mail/ |
H A D | mail_variation_alt1-win32.phpt | 41 exit("TEST COMPLETED : Unable to send test email\n"); 92 TEST COMPLETED : Unable to send test email
|
H A D | mail_variation_alt2-win32.phpt | 41 exit("TEST COMPLETED : Unable to send test email\n"); 92 TEST COMPLETED : Unable to send test email
|
H A D | mail_variation_alt3-win32.phpt | 40 exit("TEST COMPLETED : Unable to send test email\n"); 91 TEST COMPLETED : Unable to send test email
|
H A D | mail_basic_alt1-win32.phpt | 42 exit("TEST FAILED : Unable to send test email\n");
|
H A D | mail_basic_alt2-win32.phpt | 40 exit("TEST FAILED : Unable to send test email\n");
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_poll.phpt | 88 // 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 D | pdo_mysql_stmt_unbuffered_2050.phpt | 44 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 D | internal_functions.c.in | 12 | obtain it through the world-wide-web, please send a note to |
|
H A D | build-defs.h.in | 12 | obtain it through the world-wide-web, please send a note to |
|
/PHP-5.3/ext/standard/tests/http/ |
H A D | server.inc | 76 // send response
|
/PHP-5.3/ext/interbase/ |
H A D | interbase.rc | 12 | obtain it through the world-wide-web, please send a note to |
|
/PHP-5.3/ext/phar/ |
H A D | phar_path_check.re | 12 | obtain it through the world-wide-web, please send a note to |
|
/PHP-5.3/sapi/tux/ |
H A D | php_tux.c | 80 n = send(TG(req)->sock, str, estr - str, 0); in sapi_tux_ub_write() 373 send(fd, "test<br />\n", 9, 0);
|
Completed in 28 milliseconds
123