Home
last modified time | relevance | path

Searched refs:sent (Results 26 – 50 of 59) sorted by relevance

123

/PHP-7.0/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-7.0/tests/output/
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-7.0/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()
/PHP-7.0/ext/standard/tests/url/
H A Dget_headers_error_001.phpt9 * Description: Fetches all the headers sent by the server in response to a HTTP request
H A Dget_headers_error_002.phpt9 * Description: Fetches all the headers sent by the server in response to a HTTP request
/PHP-7.0/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)
H A Dserver.inc14 * $output is a stream on which everything sent by clients is written to
/PHP-7.0/Zend/RFCs/
H A D001.txt36 sent to functions, assigned and copied it is only the handle which is
37 copied/sent/assigned. The object itself is never copied nor
83 as a reference, and when it is sent by value to the function foo, it
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_options.phpt89 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
90 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
H A Dbug52891.phpt51 …/* now try values that don't fit in long, on 32bit, new types should be sent or 0 will be inserted…
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c653 if (!sent) { in php_mysqlnd_auth_write()
656 DBG_RETURN(sent); in php_mysqlnd_auth_write()
816 if (!sent) { in php_mysqlnd_change_auth_response_write()
819 DBG_RETURN(sent); in php_mysqlnd_change_auth_response_write()
1010 size_t sent = 0; in php_mysqlnd_cmd_write() local
1034 sent = net->data->m.send_ex(net, buffer, 1, conn->stats, conn->error_info); in php_mysqlnd_cmd_write()
1060 if (!sent) { in php_mysqlnd_cmd_write()
1063 DBG_RETURN(sent); in php_mysqlnd_cmd_write()
2164 size_t sent; in php_mysqlnd_sha256_pk_request_write() local
2169 sent = conn->net->data->m.send_ex(conn->net, buffer, 1, conn->stats, conn->error_info); in php_mysqlnd_sha256_pk_request_write()
[all …]
/PHP-7.0/ext/standard/tests/network/
H A Dsetcookie.phpt40 echo "Fewer headers are being sent than expected - aborting";
/PHP-7.0/ext/ftp/
H A Dftp.c1267 zend_long size, sent; in my_send() local
1305 sent = SSL_write(handle, buf, size); in my_send()
1306 err = SSL_get_error(handle, sent); in my_send()
1340 sent = send(s, buf, size, 0); in my_send()
1344 if (sent == -1) { in my_send()
1348 buf = (char*) buf + sent; in my_send()
1349 size -= sent; in my_send()
/PHP-7.0/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/PHP-7.0/ext/mbstring/libmbfl/
H A Dconfig.h.in60 /* Define to the address where bug reports for this package should be sent. */
/PHP-7.0/ext/pgsql/
H A DREADME97 Cancels currently executing async query already sent to PostgreSQL
108 retrieved or not. If multiple query is sent to backend, it may be
/PHP-7.0/ext/soap/tests/
H A Dbug73037.phpt97 //echo "Headers sent:\n$hdrs\n\n";
/PHP-7.0/ext/mbstring/oniguruma/
H A Dconfig.h.in67 /* Define to the address where bug reports for this package should be sent. */
/PHP-7.0/
H A DCONTRIBUTING.md60 Patches created that way should be sent to the
H A DREADME.TESTING2119 This section is also eval'd. It is used to provide additional headers sent
H A DREADME.SUBMITTING_PATCH49 notification will be sent to the pull request mailing list. Sending a
H A Dphp.ini-development214 ; You may be able to send headers and cookies after you've already sent output
742 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
1204 ; Size of a pre-allocated buffer used for reading data sent by the server in
/PHP-7.0/sapi/fpm/
H A Dphp-fpm.conf.in20 ; If it's set to "syslog", log is sent to syslogd instead of being written
/PHP-7.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt55 means any form of electronic, verbal, or written communication sent
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja233 made prior to this, proper header may have been sent out to the

Completed in 70 milliseconds

123