Home
last modified time | relevance | path

Searched refs:uri (Results 251 – 275 of 465) sorted by relevance

1...<<111213141516171819

/php-src/ext/soap/tests/bugs/
H A Dgh11941_errors.phpt12 $server = new SoapServer(null, array('uri'=>"http://testuri.org"));
H A Dbug42183.phpt19 $server = new SoapServer(NULL, array('uri' => 'http://ws.sit.com',
H A Dbug69085.phpt17 $dummy = unserialize('O:12:"MySoapClient":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhos…
H A Dbug46419.phpt31 'uri'=>'http://testuri.org'));
/php-src/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_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_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-src/ext/soap/tests/interop/Round2/Base/
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
H A Dr2_base_015p.phpt15 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
16 …(array($struct1,$struct2)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
/php-src/ext/ldap/tests/
H A Dldap_search_variation6.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
43 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_add_error.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
89 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_search_sort_controls.phpt18 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
78 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
/php-src/ext/soap/
H A Dphp_sdl.h254 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl);
263 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri);
H A Dphp_sdl.c219 l2 = s ? (size_t)(s - (char*)uri) : strlen((char*)uri); in sdl_set_uri_credentials()
230 uri[4] == ':' && in sdl_set_uri_credentials()
231 uri[l2-3] == ':' && in sdl_set_uri_credentials()
232 uri[l2-2] == '8' && in sdl_set_uri_credentials()
233 uri[l2-1] == '0') { in sdl_set_uri_credentials()
246 uri[4] == 's' && in sdl_set_uri_credentials()
247 uri[l2-4] == ':' && in sdl_set_uri_credentials()
365 xmlChar *uri; in load_wsdl_ex() local
375 xmlFree(uri); in load_wsdl_ex()
3172 if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) { in get_sdl()
[all …]
/php-src/ext/soap/tests/schema/
H A Dschema063.phpt17 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema001.phpt19 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema014.phpt21 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema056.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema057.phpt25 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema059.phpt25 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema072.phpt25 …lope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><n…
H A Dschema073.phpt24 …lope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><n…
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt57 ["uri"]=>
/php-src/sapi/fpm/tests/
H A Dfcgi-env-nopif-custom-without-pi-without-pt.phpt36 uri: $scriptName . '/pinfo',

Completed in 43 milliseconds

1...<<111213141516171819