Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/ext/soap/interop/
H A Dclient_round2.php49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL) argument
57 endpointList($test, $endpoint);
H A Dclient_round2_interop.php387 $fault = new SoapFault('WSDL',"no WSDL defined for $endpoint");
547 foreach($this->endpoints as $endpoint => $endpoint_info){
550 if ($this->specificEndpoint && $endpoint != $this->specificEndpoint) continue;
558 print "Processing $endpoint at {$endpoint_info['endpointURL']}";
573 if (in_array($endpoint, $this->skipEndpointList)) {
690 foreach ($this->endpoints as $endpoint => $endpoint_info) {
699 unset($this->endpoints[$endpoint]);
724 foreach ($this->endpoints as $endpoint => $endpoint_info) {
726 … echo "<tr><td class=\"BLANK\"><a href=\"{$endpoint_info['wsdlURL']}\">$endpoint</a></td>\n";
728 echo "<tr><td class=\"BLANK\">$endpoint</td>\n";
H A Ddatabase_round2.sql34 endpoint int(11) NOT NULL default '0',
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug31695.phpt2 Bug #31695 (Cannot redefine endpoint when using WSDL)
/PHP-7.2/ext/sockets/tests/
H A Dsocket_shutdown.phpt54 Warning: socket_shutdown(): unable to shutdown socket [%d]: Transport endpoint is not connected in …
H A Dsocket_strerror.phpt130 string(39) "Transport endpoint is already connected"
131 string(35) "Transport endpoint is not connected"
132 string(45) "Cannot send after transport endpoint shutdown"
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c94584 if( (iAmt+iOfst)>p->endpoint.iOffset ){
94589 assert( (iAmt+iOfst)<=p->endpoint.iOffset );
94647 if( iOff + nChunk > copy.endpoint.iOffset ){
94648 nChunk = copy.endpoint.iOffset - iOff;
94701 assert( iOfst==p->endpoint.iOffset || iOfst==0 );
94713 FileChunk *pChunk = p->endpoint.pChunk;
94731 p->endpoint.pChunk = pNew;
94737 p->endpoint.iOffset += iSpace;
94758 p->endpoint.pChunk = 0;
94759 p->endpoint.iOffset = 0;
[all …]

Completed in 427 milliseconds