Searched refs:endpoint (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/ext/soap/interop/ |
H A D | client_round2.php | 49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL) argument 57 endpointList($test, $endpoint);
|
H A D | client_round2_interop.php | 387 $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 D | database_round2.sql | 34 endpoint int(11) NOT NULL default '0',
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug31695.phpt | 2 Bug #31695 (Cannot redefine endpoint when using WSDL)
|
/PHP-5.6/ext/sockets/tests/ |
H A D | socket_shutdown.phpt | 53 Warning: socket_shutdown(): unable to shutdown socket [%d]: Transport endpoint is not connected in …
|
H A D | socket_strerror.phpt | 131 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 D | sqlite3.c | 80941 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 D | NEWS | 11430 - Fixed bug #31695 (Cannot redefine endpoint when using WSDL). (Dmitry)
|
Completed in 423 milliseconds