Home
last modified time | relevance | path

Searched refs:uri (Results 76 – 100 of 262) sorted by relevance

1234567891011

/PHP-5.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_006p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …array(array('good','bad')), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_007s.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…
H A Dr2_base_011p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …rray(array(1,234324324,2)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_013p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 …rray(1.3223,34.2,325.325)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_006s.phpt11 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
12 …tringArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_014p.phpt17 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
18 …PStruct('arg',34,325.325)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
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-5.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_001s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 …impleTypes", 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…
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…
/PHP-5.4/ext/soap/tests/
H A Dtransport001.phpt30 'uri'=>'http://testuri.org'));
H A Dserver012.phpt13 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug28969.phpt31 'uri'=>'http://testuri.org',
H A Dbug54911.phpt12 $client = new XSoapClient(null, array('uri'=>'', 'location'=>''));
H A Dbug42183.phpt19 $server = new SoapServer(NULL, array('uri' => 'http://ws.sit.com',
H A Dbug46419.phpt30 'uri'=>'http://testuri.org'));
/PHP-5.4/ext/soap/
H A Dphp_sdl.h257 sdlPtr get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC);
269 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri TSRMLS_DC);
/PHP-5.4/ext/dom/
H A Ddocument.c1236 char *uri, *name, *value = NULL; in PHP_FUNCTION() local
1252 if (nodep != NULL && uri != NULL) { in PHP_FUNCTION()
1299 char *uri, *name; in PHP_FUNCTION() local
1363 char *uri, *name; in PHP_FUNCTION() local
1375 nsuri = xmlCharStrndup(uri, uri_len); in PHP_FUNCTION()
1500 xmlURI *uri; in _dom_get_valid_file_path() local
1505 uri = xmlCreateURI(); in _dom_get_valid_file_path()
1507 xmlParseURIReference(uri, escsource); in _dom_get_valid_file_path()
1510 if (uri->scheme != NULL) { in _dom_get_valid_file_path()
1540 xmlFreeURI(uri); in _dom_get_valid_file_path()
[all …]
/PHP-5.4/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:/…

Completed in 34 milliseconds

1234567891011