Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 170) sorted by path

1234567

/PHP-7.4/
H A DNEWS409 . Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
1510 . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
1928 . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
2278 . Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
/PHP-7.4/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt29 if (false === $response = curl_exec($ch)) {
32 echo $response;
/PHP-7.4/ext/ftp/
H A Dftp.c657 ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response) in ftp_alloc() argument
680 if (response) { in ftp_alloc()
681 *response = zend_string_init(ftp->inbuf, strlen(ftp->inbuf), 0); in ftp_alloc()
H A Dftp.h149 int ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response);
H A Dphp_ftp.c104 ZEND_ARG_INFO(1, response)
696 zend_string *response = NULL; in PHP_FUNCTION() local
706 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()
708 if (response) { in PHP_FUNCTION()
709 ZEND_TRY_ASSIGN_REF_STR(zresponse, response); in PHP_FUNCTION()
/PHP-7.4/ext/ftp/tests/
H A Dftp_mlsd.phpt23 Warning: ftp_mlsd(): Missing pathname in MLSD response in %s on line %d
25 Warning: ftp_mlsd(): Malformed fact in MLSD response in %s on line %d
27 Warning: ftp_mlsd(): Malformed fact in MLSD response in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc30 * Display all fields in an element from an imap_fetch_overview() response
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md12 instance, in response to bad arguments (e.g. `zend_parse_parameters()` failure),
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2657 MYSQLND_PACKET_EOF response; in MYSQLND_METHOD() local
2659 payload_decoder_factory->m.init_eof_packet(&response); in MYSQLND_METHOD()
2663 if (FAIL == (ret = PACKET_READ(payload_decoder_factory->conn, &response))) { in MYSQLND_METHOD()
2666 } else if (0xFF == response.field_count) { in MYSQLND_METHOD()
2668 …DBG_INF_FMT("Error_no=%d SQLstate=%s Error=%s", response.error_no, response.sqlstate, response.err… in MYSQLND_METHOD()
2670 SET_CLIENT_ERROR(error_info, response.error_no, response.sqlstate, response.error); in MYSQLND_METHOD()
2673 } else if (0xFE != response.field_count) { in MYSQLND_METHOD()
2675 DBG_ERR_FMT("EOF packet expected, field count wasn't 0xFE but 0x%2X", response.field_count); in MYSQLND_METHOD()
2676 …f(NULL, E_WARNING, "EOF packet expected, field count wasn't 0xFE but 0x%2X", response.field_count); in MYSQLND_METHOD()
2680 PACKET_FREE(&response); in MYSQLND_METHOD()
/PHP-7.4/ext/opcache/tests/
H A Dbug75969.phpt15 $response = array(
19 'foo' => $response,
/PHP-7.4/ext/openssl/tests/
H A Dbug65538_001.phpt29 $response = "HTTP/1.0 200 OK\r\n"
35 fwrite($client, $response);
H A Dbug65538_003.phpt34 $response = "HTTP/1.0 200 OK\r\n"
40 fwrite($client, $response);
H A Dstreams_crypto_method.phpt28 $response = "HTTP/1.0 200 OK\r\n"
34 fwrite($client, $response);
/PHP-7.4/ext/snmp/
H A Dsnmp.c672 struct snmp_pdu *pdu=NULL, *response; in php_snmp_internal()
757 if (response->errstat == SNMP_ERR_NOERROR) { in php_snmp_internal()
763 snmp_free_pdu(response); in php_snmp_internal()
861 snmp_free_pdu(response); in php_snmp_internal()
866 for (count=1, vars = response->variables; in php_snmp_internal()
867 vars && count != response->errindex; in php_snmp_internal()
873 snmp_free_pdu(response); in php_snmp_internal()
885 snmp_free_pdu(response); in php_snmp_internal()
889 snmp_free_pdu(response); in php_snmp_internal()
917 if (response) { in php_snmp_internal()
[all …]
/PHP-7.4/ext/snmp/tests/
H A Dgeneric_timeout_error.phpt22 Warning: snmpget(): No response from %s in %s on line %d
25 Warning: snmpget(): No response from %s in %s on line %d
H A Dsnmp-object-errno-errstr.phpt109 string(%d) "No response from %s"
/PHP-7.4/ext/soap/
H A Dphp_http.c668 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local
757 make_digest(response, hash); in make_http_soap_request()
795 smart_str_appendl(&soap_headers, response, 32); in make_http_soap_request()
H A Dphp_http.h29 zval *response);
H A Dphp_packet_soap.c27 xmlDocPtr response; in parse_packet_soap() local
44 if (!response) { in parse_packet_soap()
50 xmlFreeDoc(response); in parse_packet_soap()
69 xmlFreeDoc(response); in parse_packet_soap()
77 xmlFreeDoc(response); in parse_packet_soap()
85 xmlFreeDoc(response); in parse_packet_soap()
90 xmlFreeDoc(response); in parse_packet_soap()
126 xmlFreeDoc(response); in parse_packet_soap()
152 xmlFreeDoc(response); in parse_packet_soap()
246 xmlFreeDoc(response); in parse_packet_soap()
[all …]
H A Dsoap.c2517 ZVAL_NULL(response);
2546 if (call_user_function(NULL, this_ptr, &func, response, 5, params) != SUCCESS) {
2549 } else if (Z_TYPE_P(response) != IS_STRING) {
2609 zval response; local
2702 if (ret && Z_TYPE(response) == IS_STRING) {
2704 …ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, …
2708 zval_ptr_dtor(&response);
2747 if (ret && Z_TYPE(response) == IS_STRING) {
2749 …ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_v…
2753 zval_ptr_dtor(&response);
[all …]
/PHP-7.4/ext/soap/tests/
H A Dany.phpt41 $response = ob_get_contents();
43 return $response;
H A Dbug47021.phpt63 $response = parent::__doRequest($request, $location, $action, $version, $one_way);
65 var_dump(strlen($response));
67 return $response;
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug28969.phpt23 $response = ob_get_contents();
25 return $response;
H A Dbug29839.phpt25 $response = ob_get_contents();
27 return $response;
H A Dbug29844.phpt27 $response = ob_get_contents();
29 return $response;

Completed in 87 milliseconds

1234567