Home
last modified time | relevance | path

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

1234567891011

/PHP-5.3/ext/soap/tests/schema/
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 Dschema058.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema059.phpt24 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema073.phpt23 …lope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><n…
H A Dschema080.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><n…
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:/…
H A Dschema018.phpt25 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema019.phpt25 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema021.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema079.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><n…
H A Dschema060.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema061.phpt25 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema078.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><n…
H A Dschema002.phpt21 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug31755.phpt8 'uri' => 'myNS', 'exceptions' => false, 'trace' => true));
H A Dbug34449.phpt15 $client = new TestSoapClient(null, array('location' => 'test://', 'uri' => 'test://'));
/PHP-5.3/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt56 ["uri"]=>
/PHP-5.3/ext/soap/
H A Dphp_sdl.c244 l2 = s ? (s - (char*)uri) : strlen((char*)uri); in sdl_set_uri_credentials()
255 uri[4] == ':' && in sdl_set_uri_credentials()
256 uri[l2-3] == ':' && in sdl_set_uri_credentials()
257 uri[l2-2] == '8' && in sdl_set_uri_credentials()
258 uri[l2-1] == '0') { in sdl_set_uri_credentials()
271 uri[4] == 's' && in sdl_set_uri_credentials()
272 uri[l2-4] == ':' && in sdl_set_uri_credentials()
390 xmlChar *uri; in load_wsdl_ex() local
400 xmlFree(uri); in load_wsdl_ex()
3202 if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) { in get_sdl()
[all …]
/PHP-5.3/ext/libxml/
H A Dlibxml.c278 xmlURI *uri; in php_libxml_streams_IO_open_wrapper() local
282 uri = xmlParseURI((xmlChar *)filename); in php_libxml_streams_IO_open_wrapper()
283 if (uri && (uri->scheme == NULL || (xmlStrncmp(uri->scheme, "file", 4) == 0))) { in php_libxml_streams_IO_open_wrapper()
290 if (uri) { in php_libxml_streams_IO_open_wrapper()
291 xmlFreeURI(uri); in php_libxml_streams_IO_open_wrapper()

Completed in 40 milliseconds

1234567891011