Home
last modified time | relevance | path

Searched refs:response (Results 51 – 75 of 180) sorted by relevance

12345678

/PHP-8.3/ext/openssl/tests/
H A Dbug65538_001.phpt30 $response = "HTTP/1.0 200 OK\r\n"
36 fwrite($client, $response);
H A Dbug65538_003.phpt35 $response = "HTTP/1.0 200 OK\r\n"
41 fwrite($client, $response);
/PHP-8.3/ext/soap/tests/
H A Dany.phpt39 $response = ob_get_contents();
41 return $response;
H A Dbug47021.phpt61 $response = parent::__doRequest($request, $location, $action, $version, $one_way);
63 var_dump(strlen($response));
65 return $response;
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug29839.phpt26 $response = ob_get_contents();
28 return $response;
H A Dbug32776.phpt29 $response = ob_get_contents();
31 return $response;
H A Dbug34453.phpt26 $response = ob_get_contents();
28 return $response;
H A Dmultiport.phpt11 $response = $client->GetSessionId(array('userId'=>'user', 'password'=>'password'));
H A Dbug39815.phpt29 $response = ob_get_contents();
31 return $response;
/PHP-8.3/sapi/cli/tests/
H A Dcli_server_persistent_string001.phpt2 Close request before server sends a response
H A Dbug67429_1.phpt2 FR #67429 (CLI server is missing some new HTTP response codes)
H A Dbug67429_2.phpt2 FR #67429 (CLI server is missing some new HTTP response codes)
H A Dbug61679.phpt29 // Only echo the first line from the response,
/PHP-8.3/sapi/cgi/tests/
H A Dbug81518a.phpt9 "Lets smuggle a HTTP response.\r\n"
/PHP-8.3/ext/standard/tests/general_functions/
H A Dheader_redirection_014.phpt2 Location: headers do not override the 399 Choose Your Own Adventure response code
/PHP-8.3/ext/xmlwriter/tests/
H A Dbug71536.phpt14 $xml->startElement('response');
/PHP-8.3/ext/standard/tests/http/
H A Dbug75981.phpt2 Bug #75981 (stack-buffer-overflow while parsing HTTP response)
H A Dbug75535.phpt2 Bug #75535: Inappropriately parsing HTTP response leads to PHP segment fault
/PHP-8.3/sapi/fpm/tests/
H A Dfcgi.inc428 * 'response' => null | string
721 * Execute a request to the FastCGI application and return response body
822 'response' => null,
831 * Append response data.
850 * Blocking call that waits for response data of the specific request
855 * @return array response data
870 return $this->_requests[$requestId]['response'];
881 // but still not get the response requested
944 * Blocking call that waits for response to specific request
948 * @return string The response content.
[all …]
H A Dbug68420-ipv4-all-addresses.phpt18 ping.response = pong
H A Dpm-max-spawn-rate-run.phpt25 ping.response = pong
H A Dsocket-uds-basic.phpt16 ping.response = pong
H A Dbug68458-pm-no-start-server.phpt19 ping.response = pong
H A Dstatus-ping.phpt20 ping.response = pong
/PHP-8.3/ext/snmp/
H A Dsnmp.c381 struct snmp_pdu *pdu=NULL, *response; in php_snmp_internal()
466 snmp_free_pdu(response); in php_snmp_internal()
469 snmp_free_pdu(response); in php_snmp_internal()
566 snmp_free_pdu(response); in php_snmp_internal()
571 for (count=1, vars = response->variables; in php_snmp_internal()
572 vars && count != response->errindex; in php_snmp_internal()
578 snmp_free_pdu(response); in php_snmp_internal()
590 snmp_free_pdu(response); in php_snmp_internal()
594 snmp_free_pdu(response); in php_snmp_internal()
619 if (response) { in php_snmp_internal()
[all …]

Completed in 30 milliseconds

12345678