Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php61 var $endpoints = array(); variable in Interop_Client
122 if (array_key_exists($v->endpointName,$this->endpoints)) {
193 $this->endpoints = array();
213 $this->endpoints[$entry['endpointName']] = $entry;
216 if (count($this->endpoints) > 0) {
238 foreach ($this->endpoints as $epn => $epi) {
241 $this->endpoints[$epn]['methods'][$result['function']] = $result;
547 foreach($this->endpoints as $endpoint => $endpoint_info){
690 foreach ($this->endpoints as $endpoint => $endpoint_info) {
699 unset($this->endpoints[$endpoint]);
[all …]
H A Ddatabase_round2.sql14 # Table structure for table `endpoints`
17 CREATE TABLE endpoints (
H A Dclient_round2.php22 foreach ($iop->endpoints as $epname => $epinfo) {
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug50698_2.phpt2 …d handle wsdls with some incompatiable endpoints -- EDGECASE: Large mix of compatible and incompat…
H A Dbug50698_3.phpt2 …oapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Large set of endpoint…
H A Dbug50698_1.phpt2 Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints)
H A Dbug50698_4.phpt2 Request #50698_4 (SoapClient should handle wsdls with some incompatiable endpoints)

Completed in 12 milliseconds