/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 463 packet->protocol_version, packet->server_version, packet->thread_id); in php_mysqlnd_greet_read() 949 packet->field_count, packet->server_status, packet->warning_count); in php_mysqlnd_eof_read() 1841 packet->stmt_id, packet->field_count, packet->param_count); in php_mysqlnd_prepare_read() 2213 memset(packet, 0, sizeof(*packet)); in MYSQLND_METHOD() 2225 memset(packet, 0, sizeof(*packet)); in MYSQLND_METHOD() 2237 memset(packet, 0, sizeof(*packet)); in MYSQLND_METHOD() 2249 memset(packet, 0, sizeof(*packet)); in MYSQLND_METHOD() 2261 memset(packet, 0, sizeof(*packet)); in MYSQLND_METHOD() 2273 memset(packet, 0, sizeof(*packet)); in MYSQLND_METHOD() 2285 memset(packet, 0, sizeof(*packet)); in MYSQLND_METHOD() [all …]
|
H A D | mysqlnd_wireprotocol.h | 32 #define PACKET_WRITE(conn, packet) ((packet)->header.m->write_to_net((conn), (packet))) argument 33 #define PACKET_READ(conn, packet) ((packet)->header.m->read_from_net((conn), (packet))) argument 34 #define PACKET_FREE(packet) \ argument 36 DBG_INF_FMT("PACKET_FREE(%p)", packet); \ 37 if ((packet)->header.m->free_mem) { \ 38 ((packet)->header.m->free_mem((packet))); \ 46 enum_func_status (*read_from_net)(MYSQLND_CONN_DATA * conn, void * packet); 47 size_t (*write_to_net)(MYSQLND_CONN_DATA * conn, void * packet); 48 void (*free_mem)(void *packet); 300 zend_ulong php_mysqlnd_net_field_length(const zend_uchar **packet); [all …]
|
H A D | mysqlnd_structs.h | 986 …sqlnd_protocol_payload_decoder_factory__init_greet_packet)(struct st_mysqlnd_packet_greet *packet); 987 …mysqlnd_protocol_payload_decoder_factory__init_auth_packet)(struct st_mysqlnd_packet_auth *packet); 988 …ayload_decoder_factory__init_auth_response_packet)(struct st_mysqlnd_packet_auth_response *packet); 990 …unc_mysqlnd_protocol_payload_decoder_factory__init_ok_packet)(struct st_mysqlnd_packet_ok *packet); 991 …d_protocol_payload_decoder_factory__init_command_packet)(struct st_mysqlnd_packet_command *packet); 992 …c_mysqlnd_protocol_payload_decoder_factory__init_eof_packet)(struct st_mysqlnd_packet_eof *packet); 993 …ol_payload_decoder_factory__init_rset_header_packet)(struct st_mysqlnd_packet_rset_header *packet); 994 …col_payload_decoder_factory__init_result_field_packet)(struct st_mysqlnd_packet_res_field *packet); 995 …c_mysqlnd_protocol_payload_decoder_factory__init_row_packet)(struct st_mysqlnd_packet_row *packet); 996 …sqlnd_protocol_payload_decoder_factory__init_stats_packet)(struct st_mysqlnd_packet_stats *packet); [all …]
|
/PHP-8.4/ext/sockets/tests/ |
H A D | mcast_ipv4_recv.phpt | 53 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, $port); 71 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", $port); 83 $r = socket_sendto($sends1, $m = "mcast packet", strlen($m), 0, $mcastaddr, $port); 169 1> initial packet 174 2> unicast packet 179 3> mcast packet 184 4> unicast packet 188 5> mcast packet from 127.0.0.1 193 6> unicast packet 197 7> mcast packet from 127.0.0.1 [all …]
|
H A D | mcast_ipv6_recv.phpt | 29 $r = socket_sendto($s, $m = "testing packet", strlen($m), 0, 'ff01::114', $port); 31 die('skip unable to send multicast packet.'); 198 string(14) "testing packet" 201 1> initial packet 206 2> unicast packet 210 3> mcast packet 215 4> unicast packet 219 5> mcast packet 224 6> unicast packet 228 7> mcast packet from desired source [all …]
|
H A D | mcast_ipv6_recv_limited.phpt | 28 $r = socket_sendto($s, $m = "testing packet", strlen($m), 0, 'ff01::114', 3000); 30 die('skip unable to send multicast packet.'); 72 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $mcastaddr, 3000); 79 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000); 95 $r = socket_sendto($sends1, $m = "ignored mcast packet", strlen($m), 0, $mcastaddr, 3000); 97 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", 3000); 107 $r = socket_sendto($sends1, $m = "mcast packet", strlen($m), 0, $mcastaddr, 3000); 127 string(14) "testing packet" 130 1> initial packet 135 2> unicast packet [all …]
|
H A D | socket_recvmsg.phpt | 38 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $addr, 3001); 90 [0] => testing packet
|
/PHP-8.4/ext/snmp/tests/ |
H A D | snmp2_get.phpt | 89 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s … 93 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s … 97 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s …
|
H A D | snmpget.phpt | 86 Warning: snmpget(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI… 90 Warning: snmpget(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI… 94 Warning: snmpget(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
|
H A D | snmp-object-errno-errstr.phpt | 116 string(%d) "Error in packet %s" 142 string(73) "Cannot fit all OIDs for SET query into one packet, using multiple queries" 147 string(73) "Cannot fit all OIDs for SET query into one packet, using multiple queries"
|
H A D | snmp2_set-nomib.phpt | 49 Warning: snmp2_set(): Error in packet at '%s': notWritable (That object does not support modificati…
|
H A D | snmpset-nomib.phpt | 50 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
|
H A D | snmp2_set.phpt | 177 Warning: snmp2_set(): Error in packet at '%s': notWritable (That object does not support modificati… 190 Warning: snmp2_set(): Error in packet at '%s': notWritable (That object does not support modificati… 240 Warning: snmp2_set(): Error in packet at '%s': %rnoCreation|notWritable%r (%s) in %s on line %d 246 Warning: snmp2_set(): Error in packet at '%s': %rnoCreation|notWritable%r (%s) in %s on line %d
|
H A D | snmp2_real_walk.phpt | 76 Warning: snmp2_real_walk(): Error in packet at '%s': No more variables left in this MIB View (It is…
|
H A D | snmprealwalk.phpt | 76 Warning: snmprealwalk(): Error in packet at '%s': (noSuchName) There is no such variable name in th…
|
H A D | snmp2_walk.phpt | 90 Warning: snmp2_walk(): Error in packet at '%s': No more variables left in this MIB View (It is past…
|
H A D | snmpwalk.phpt | 90 Warning: snmpwalk(): Error in packet at '%s': (noSuchName) There is no such variable name in this M…
|
H A D | snmpset.phpt | 171 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI… 231 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI… 237 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
|
H A D | snmp-object.phpt | 235 Warning: SNMP::set(): Cannot fit all OIDs for SET query into one packet, using multiple queries in … 240 Warning: SNMP::set(): Cannot fit all OIDs for SET query into one packet, using multiple queries in …
|
/PHP-8.4/ext/fileinfo/ |
H A D | magicdata.patch | 20 +0 string \0volume_key volume_key escrow packet
|
/PHP-8.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt | 2 mysqli_stmt_send_long_data() - exceed packet size, mysqlnd 42 // maximum packet size up to which we test is 10M
|
H A D | bug_bits.phpt | 2 Bug (Incorrectly decoding bit values / Malformed server packet. Field length pointing)
|
H A D | mysqli_fetch_array_large.phpt | 34 myslqnd - [1153] Got a packet bigger than 'max_allowed_packet' bytes 140 printf("stop: packet size - %d\n", $package_size);
|
H A D | mysqli_poll_kill.phpt | 87 // Yes, 1 - fetch OK packet of kill! 200 Warning: Error while sending QUERY packet. %s
|
/PHP-8.4/sapi/fpm/tests/ |
H A D | fcgi.inc | 552 * Build a FastCGI packet 554 * @param int $type Type of the packet 555 * @param string $content Content of the packet 646 * @param string $data string containing all the packet 671 if ($packet = $this->transport->read(self::HEADER_LEN)) { 672 $resp = $this->decodePacketHeader($packet); 741 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim… 854 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim…
|