Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 54) sorted by path

123

/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 DNEWS669 cookies can be sent). (CVE-2020-7070) (Stas)
2736 . Fixed bug #74941 (session fails to start after having headers sent).
H A DUPGRADING436 deprecated. Pagination controls can be sent along with ldap_search instead.
H A DUPGRADING.INTERNALS187 p. ZEND_EXT_BEGIN_FCALL is emitted after arguments are sent, this means
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_send.phpt2 Values can be sent back to the generator
H A Dignored_send_leak.phpt2 Ignoring a sent value shouldn't leak memory
/PHP-7.4/docs/
H A Drelease-process.md454 announcements. All the announcements should ideally be sent from the
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE319 materials or that you have already sent this user a copy.
/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/ext/fileinfo/tests/
H A Dmagic6472 # korn shell magic, sent by George Wu, gwu@clyde.att.com
20367 # Atari ST/TT... program format (sent by Wolfram Kleff <kleff@cs.uni-bonn.de>)
24435 # These are the /etc/magic entries to decode data sent to an Epson printer.
H A Dmagic私はガラスを食べられます6472 # korn shell magic, sent by George Wu, gwu@clyde.att.com
20367 # Atari ST/TT... program format (sent by Wolfram Kleff <kleff@cs.uni-bonn.de>)
24435 # These are the /etc/magic entries to decode data sent to an Epson printer.
/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/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt55 means any form of electronic, verbal, or written communication sent
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE316 materials or that you have already sent this user a copy.
/PHP-7.4/ext/mysqli/tests/
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…
H A Dmysqli_character_set.phpt45 /* The server currently 17.07.2007 can't handle data sent in ucs2 */
46 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
47 /* The server currently 02.09.2011 can't handle data sent in utf16le */
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 */
/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/pgsql/tests/
H A D30nb_async_query_params.phpt25 $sent = pg_send_query_params($db, "SELECT * FROM ".$table_name." WHERE num > \$1;", array(100));
26 if ($sent === FALSE) {
28 } elseif ($sent === 0) {
62 $sent = pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'…
64 if ($sent === FALSE) {
66 } elseif ($sent === 0) {
/PHP-7.4/ext/session/tests/
H A Dbug74514.phpt14 Therefore, once HTTP header is considered as sent, these functions emits
15 'headers already sent' errors if they try to set new values.
H A Dbug74941.phpt2 Bug #74941 session_start() triggers a warning after headers have been sent but cookies are not used
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt100 //echo "Headers sent:\n$hdrs\n\n";
/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/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt2 Test if socket_recvfrom() receives data sent by socket_sendto() via IPv4 UDP
26 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
27 if ($sent === false) {
31 } else if ($sent != $len) {
33 '%d bytes have been sent instead of the %d bytes expected',
34 $sent, $len));
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');

Completed in 150 milliseconds

123