Home
last modified time | relevance | path

Searched refs:uri (Results 101 – 125 of 273) sorted by relevance

1234567891011

/PHP-7.2/ext/soap/tests/bugs/
H A Dbug46419.phpt30 'uri'=>'http://testuri.org'));
H A Dbug31755.phpt8 'uri' => 'myNS', 'exceptions' => false, 'trace' => true));
H A Dbug34449.phpt15 $client = new TestSoapClient(null, array('location' => 'test://', 'uri' => 'test://'));
/PHP-7.2/ext/soap/
H A Dphp_sdl.h257 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl);
269 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri);
H A Dphp_sdl.c242 l2 = s ? (size_t)(s - (char*)uri) : strlen((char*)uri); in sdl_set_uri_credentials()
253 uri[4] == ':' && in sdl_set_uri_credentials()
254 uri[l2-3] == ':' && in sdl_set_uri_credentials()
255 uri[l2-2] == '8' && in sdl_set_uri_credentials()
256 uri[l2-1] == '0') { in sdl_set_uri_credentials()
269 uri[4] == 's' && in sdl_set_uri_credentials()
270 uri[l2-4] == ':' && in sdl_set_uri_credentials()
386 xmlChar *uri; in load_wsdl_ex() local
396 xmlFree(uri); in load_wsdl_ex()
3170 if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) { in get_sdl()
[all …]
/PHP-7.2/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_011s.phpt12 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
13 …tegerArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_013s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 …FloatArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_014s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 $client->__soapCall("echoStruct", array($param), array("soapaction"=>"http://soapinterop.org/","uri
/PHP-7.2/ext/soap/tests/schema/
H A Dschema001.phpt18 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema056.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema057.phpt24 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema063.phpt16 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema072.phpt24 …lope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><n…
H A Dschema004.phpt20 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema005.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema009.phpt18 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema010.phpt18 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema011.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema012.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema013.phpt18 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema014.phpt20 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
/PHP-7.2/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_004p.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 …stedStruct", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_groupB_005p.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 …estedArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_groupB_003p.phpt10 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
11 …tringArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
/PHP-7.2/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt62 ["uri"]=>

Completed in 50 milliseconds

1234567891011