Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/ftp/
H A Dftp.c377 ftp->use_ssl_for_data = (ftp->resp >= 200 && ftp->resp <=299); in ftp_login()
688 if (ftp->resp < 200 || ftp->resp >= 300) { in ftp_alloc()
926 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_get()
972 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250)) { in ftp_get()
1021 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_put()
1054 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_put()
1088 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_append()
1121 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_append()
1249 if (!ftp_getresp(ftp) || ftp->resp < 200 || ftp->resp >= 300) { in ftp_site()
1360 ftp->resp = 0; in ftp_getresp()
[all …]
H A Dftp.h59 int resp; /* last response code */ member
/PHP-8.3/sapi/fpm/tests/
H A Dfcgi.inc673 $resp['content'] = '';
689 return $resp;
712 $resp = $this->readPacket();
713 if (isset($resp['type']) && $resp['type'] == self::GET_VALUES_RESULT) {
714 return $this->readNvpair($resp['content'], $resp['contentLength']);
833 * @param $resp Response
842 if ($resp['content'] === '') {
845 $this->_requests[$resp['requestId']][$type . '_response'] .= $resp['content'];
885 if ($resp['type'] == self::STDOUT || $resp['type'] == self::STDERR) {
892 $this->_requests[$resp['requestId']]['response'] .= $resp['content'];
[all …]
/PHP-8.3/ext/soap/
H A Dphp_packet_soap.c26 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
250 resp = body->children; in parse_packet_soap()
251 while (resp != NULL && resp->type != XML_ELEMENT_NODE) { in parse_packet_soap()
252 resp = resp->next; in parse_packet_soap()
254 if (resp != NULL) { in parse_packet_soap()
286 cur = get_node_ex(resp, name, ns); in parse_packet_soap()
288 cur = get_node(resp, name); in parse_packet_soap()
292 cur = resp; in parse_packet_soap()
337 val = resp->children; in parse_packet_soap()
/PHP-8.3/ext/sockets/tests/
H A Dsocket_sendto_zerocopy.phpt44 if (socket_recvfrom($s, $resp, 0, MSG_ERRQUEUE, $address, $port) == -1) die ("recvfrom MSG_ERRQUEUE…
45 $bytes_recv = socket_recvfrom($s, $resp, 16, 0, $address, $port);
48 echo "Received $resp!";
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug75402.phpt17 $resp = new \stdClass();
18 $resp->entries = [];
77 $resp->entries [] = $entry;
84 var_dump($resp);
/PHP-8.3/ext/pcre/tests/
H A Dbug69864.phpt11 const PREG_CACHE_SIZE = 4096; // this has to be >= the resp. constant in php_pcre.c
/PHP-8.3/ext/imap/tests/setup/
H A Dimap_include.inc39 * @param $resp
42 function displayOverviewFields($resp, array $fields = MANDATORY_OVERVIEW_FIELDS) {
45 $z = $resp->$mf;
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt106 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
116 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5,
130 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
H A Dmysqli_fetch_array_oo.phpt111 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
119 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all.phpt127 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
135 … printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all_oo.phpt129 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
137 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt60 // Ok, lets check MyISAM resp. any other non-transactional engine
/PHP-8.3/main/
H A Drfc1867.c490 char *resp = result; in substring_conf() local
495 *resp++ = start[++i]; in substring_conf()
497 *resp++ = start[i]; in substring_conf()
501 *resp = '\0'; in substring_conf()
/PHP-8.3/win32/build/
H A Dconfutils.js1572 var resp = "";
1639 resp += " " + obj.replace('$(BUILD_DIR)', bd);
1781 obj_lst_fh.Write(" " + resp);
/PHP-8.3/ext/mbstring/
H A Dmbstring.c570 char *resp = result; in php_mb_rfc1867_substring_conf() local
575 *resp++ = start[++i]; in php_mb_rfc1867_substring_conf()
580 *resp++ = start[i++]; in php_mb_rfc1867_substring_conf()
586 *resp = '\0'; in php_mb_rfc1867_substring_conf()

Completed in 136 milliseconds