Home
last modified time | relevance | path

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

/PHP-8.0/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()
1228 if (!ftp_getresp(ftp) || ftp->resp < 200 || ftp->resp >= 300) { in ftp_site()
1339 ftp->resp = 0; in ftp_getresp()
[all …]
H A Dftp.h59 int resp; /* last response code */ member
/PHP-8.0/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.0/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.0/ext/pdo_pgsql/tests/
H A Dbug75402.phpt15 $resp = new \stdClass();
16 $resp->entries = [];
76 $resp->entries [] = $entry;
83 var_dump($resp);
/PHP-8.0/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.0/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.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt59 // Ok, lets check MyISAM resp. any other non-transactional engine
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt107 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
117 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5,
131 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
H A Dmysqli_fetch_array_oo.phpt117 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
125 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all_oo.phpt141 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
149 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all.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.0/main/
H A Drfc1867.c513 char *resp = result; in substring_conf() local
518 *resp++ = start[++i]; in substring_conf()
520 *resp++ = start[i]; in substring_conf()
524 *resp = '\0'; in substring_conf()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c573 char *resp = result; in php_mb_rfc1867_substring_conf() local
578 *resp++ = start[++i]; in php_mb_rfc1867_substring_conf()
583 *resp++ = start[i++]; in php_mb_rfc1867_substring_conf()
589 *resp = '\0'; in php_mb_rfc1867_substring_conf()
/PHP-8.0/win32/build/
H A Dconfutils.js1574 var resp = "";
1641 resp += " " + obj.replace('$(BUILD_DIR)', bd);
1779 obj_lst_fh.Write(" " + resp);

Completed in 58 milliseconds