Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/sockets/tests/
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-7.4/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.4/sapi/cli/
H A Dconfig.w324 ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
/PHP-7.4/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.4/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.4/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)
H A Dserver.inc39 * $output is a stream on which everything sent by clients is written to
/PHP-7.4/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt2 If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c630 if (!sent) { in php_mysqlnd_auth_write()
633 DBG_RETURN(sent); in php_mysqlnd_auth_write()
794 if (!sent) { in php_mysqlnd_change_auth_response_write()
797 DBG_RETURN(sent); in php_mysqlnd_change_auth_response_write()
979 size_t sent = 0; in php_mysqlnd_cmd_write() local
1028 if (!sent) { in php_mysqlnd_cmd_write()
1031 DBG_RETURN(sent); in php_mysqlnd_cmd_write()
2085 size_t sent; in php_mysqlnd_sha256_pk_request_write() local
2092 DBG_RETURN(sent); in php_mysqlnd_sha256_pk_request_write()
2163 size_t sent; in php_mysqlnd_cached_sha2_result_write() local
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_options.phpt88 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
89 /* 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.4/ext/ftp/
H A Dftp.c1412 size_t sent; in single_send() local
1425 sent = SSL_write(handle, buf, size); in single_send()
1426 err = SSL_get_error(handle, sent); in single_send()
1458 return sent; in single_send()
1469 zend_long size, sent; in my_send() local
1489 sent = single_send(ftp, s, buf, size); in my_send()
1490 if (sent == -1) { in my_send()
1494 buf = (char*) buf + sent; in my_send()
1495 size -= sent; in my_send()
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt43 echo "Fewer headers are being sent than expected - aborting";
/PHP-7.4/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
H A Dbug69487.phpt18 Warning: Cannot modify header information - headers already sent in Unknown on line 0
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt100 //echo "Headers sent:\n$hdrs\n\n";
/PHP-7.4/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.4/
H A DCONTRIBUTING.md50 sent to the pull request mailing list. Sending a note to PHP Internals list
111 Patches created that way should be sent to the
H A DUPGRADING.INTERNALS187 p. ZEND_EXT_BEGIN_FCALL is emitted after arguments are sent, this means
H A Dphp.ini-development199 ; You may be able to send headers and cookies after you've already sent output
780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
1209 ; Size of a pre-allocated buffer used for reading data sent by the server in
H A Dphp.ini-production199 ; You may be able to send headers and cookies after you've already sent output
780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
1209 ; Size of a pre-allocated buffer used for reading data sent by the server in
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt55 means any form of electronic, verbal, or written communication sent
/PHP-7.4/docs/
H A Drelease-process.md454 announcements. All the announcements should ideally be sent from the
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE316 materials or that you have already sent this user a copy.
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE319 materials or that you have already sent this user a copy.

Completed in 64 milliseconds

123