Home
last modified time | relevance | path

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

/PHP-8.1/ext/ftp/
H A Dftp.c353 ftp->use_ssl_for_data = (ftp->resp >= 200 && ftp->resp <=299); in ftp_login()
664 if (ftp->resp < 200 || ftp->resp >= 300) { in ftp_alloc()
902 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_get()
948 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250)) { in ftp_get()
997 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_put()
1030 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_put()
1064 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_append()
1097 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_append()
1225 if (!ftp_getresp(ftp) || ftp->resp < 200 || ftp->resp >= 300) { in ftp_site()
1336 ftp->resp = 0; in ftp_getresp()
[all …]
H A Dftp.h59 int resp; /* last response code */ member
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi.inc416 $resp['content'] = '';
417 if ($resp['contentLength']) {
433 return $resp;
456 $resp = $this->readPacket();
458 return $this->readNvpair($resp['content'], $resp['length']);
571 * @param $resp Response
580 if ($resp['content'] === '') {
583 $this->_requests[$resp['requestId']][$type . '_response'] .= $resp['content'];
623 if ($resp['type'] == self::STDOUT || $resp['type'] == self::STDERR) {
630 $this->_requests[$resp['requestId']]['response'] .= $resp['content'];
[all …]
/PHP-8.1/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.1/ext/pdo_pgsql/tests/
H A Dbug75402.phpt17 $resp = new \stdClass();
18 $resp->entries = [];
78 $resp->entries [] = $entry;
85 var_dump($resp);
/PHP-8.1/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.1/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.1/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt108 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
118 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5,
132 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
H A Dmysqli_fetch_array_oo.phpt118 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
126 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all.phpt128 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
136 … printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all_oo.phpt139 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
147 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt60 // Ok, lets check MyISAM resp. any other non-transactional engine
/PHP-8.1/main/
H A Drfc1867.c512 char *resp = result; in substring_conf() local
517 *resp++ = start[++i]; in substring_conf()
519 *resp++ = start[i]; in substring_conf()
523 *resp = '\0'; in substring_conf()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c567 char *resp = result; in php_mb_rfc1867_substring_conf() local
572 *resp++ = start[++i]; in php_mb_rfc1867_substring_conf()
577 *resp++ = start[i++]; in php_mb_rfc1867_substring_conf()
583 *resp = '\0'; in php_mb_rfc1867_substring_conf()
/PHP-8.1/win32/build/
H A Dconfutils.js1573 var resp = "";
1640 resp += " " + obj.replace('$(BUILD_DIR)', bd);
1778 obj_lst_fh.Write(" " + resp);

Completed in 83 milliseconds