Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/soap/tests/bugs/
H A Dbug31695.phpt2 Bug #31695 (Cannot redefine endpoint when using WSDL)
/PHP-5.6/ext/sockets/tests/
H A Dsocket_shutdown.phpt53 Warning: socket_shutdown(): unable to shutdown socket [%d]: Transport endpoint is not connected in …
H A Dsocket_strerror.phpt131 string(39) "Transport endpoint is already connected"
132 string(35) "Transport endpoint is not connected"
133 string(45) "Cannot send after transport endpoint shutdown"
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c80941 FilePoint endpoint; /* Pointer to the end of the file */
80962 assert( iOfst+iAmt<=p->endpoint.iOffset );
81007 assert( iOfst==p->endpoint.iOffset );
81011 FileChunk *pChunk = p->endpoint.pChunk;
81012 int iChunkOffset = (int)(p->endpoint.iOffset%JOURNAL_CHUNKSIZE);
81029 p->endpoint.pChunk = pNew;
81032 memcpy(&p->endpoint.pChunk->zChunk[iChunkOffset], zWrite, iSpace);
81035 p->endpoint.iOffset += iSpace;
81086 *pSize = (sqlite_int64) p->endpoint.iOffset;
/PHP-5.6/
H A DNEWS11430 - Fixed bug #31695 (Cannot redefine endpoint when using WSDL). (Dmitry)

Completed in 358 milliseconds