Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 16 of 16) sorted by last modified time

/PHP-7.4/ext/mbstring/
H A Dmbstring.c1117 char *resp = result; in php_mb_rfc1867_substring_conf() local
1122 *resp++ = start[++i]; in php_mb_rfc1867_substring_conf()
1127 *resp++ = start[i++]; in php_mb_rfc1867_substring_conf()
1133 *resp = '\0'; in php_mb_rfc1867_substring_conf()
/PHP-7.4/ext/ftp/
H A Dftp.c362 ftp->use_ssl_for_data = (ftp->resp >= 200 && ftp->resp <=299); in ftp_login()
684 if (ftp->resp < 200 || ftp->resp >= 300) { in ftp_alloc()
929 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_get()
975 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250)) { in ftp_get()
1025 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_put()
1058 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_put()
1093 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_append()
1126 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_append()
1262 if (!ftp_getresp(ftp) || ftp->resp < 200 || ftp->resp >= 300) { in ftp_site()
1376 ftp->resp = 0; in ftp_getresp()
[all …]
H A Dftp.h61 int resp; /* last response code */ member
/PHP-7.4/main/
H A Drfc1867.c520 char *resp = result; in substring_conf() local
525 *resp++ = start[++i]; in substring_conf()
527 *resp++ = start[i]; in substring_conf()
531 *resp = '\0'; in substring_conf()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt142 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
150 … printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all_oo.phpt142 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
150 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_array.phpt114 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
124 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5,
138 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
H A Dmysqli_fetch_array_oo.phpt116 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
124 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/PHP-7.4/win32/build/
H A Dconfutils.js1564 var resp = "";
1631 resp += " " + obj.replace('$(BUILD_DIR)', bd);
1769 obj_lst_fh.Write(" " + resp);
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c28 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
252 resp = body->children; in parse_packet_soap()
253 while (resp != NULL && resp->type != XML_ELEMENT_NODE) { in parse_packet_soap()
254 resp = resp->next; in parse_packet_soap()
256 if (resp != NULL) { in parse_packet_soap()
288 cur = get_node_ex(resp, name, ns); in parse_packet_soap()
290 cur = get_node(resp, name); in parse_packet_soap()
294 cur = resp; in parse_packet_soap()
339 val = resp->children; in parse_packet_soap()
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc413 $resp['content'] = '';
414 if ($resp['contentLength']) {
421 if ($resp['paddingLength']) {
424 return $resp;
447 $resp = $this->readPacket();
449 return $this->readNvpair($resp['content'], $resp['length']);
593 if ($resp['type'] == self::STDOUT || $resp['type'] == self::STDERR) {
596 $this->_requests[$resp['requestId']]['err_response'] .= $resp['content'];
598 $this->_requests[$resp['requestId']]['out_response'] .= $resp['content'];
600 $this->_requests[$resp['requestId']]['response'] .= $resp['content'];
[all …]
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug47818.phpt32 $resp = $x->call(xmlrpc_encode_request('add', array(1, 2, 3)));
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug75402.phpt15 $resp = new \stdClass();
16 $resp->entries = [];
76 $resp->entries [] = $entry;
83 var_dump($resp);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt54 // Ok, lets check MyISAM resp. any other non-transactional engine
/PHP-7.4/ext/pcre/tests/
H A Dbug69864.phpt11 const PREG_CACHE_SIZE = 4096; // this has to be >= the resp. constant in php_pcre.c
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc36 * @param array resp element from the return value of imap_fetch_overview()
38 function displayOverviewFields($resp, $fields=null) {
44 $z = $resp->$mf;

Completed in 63 milliseconds