Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/ext/soap/tests/schema/
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:/…
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 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 Dschema079.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 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…
/PHP-5.4/sapi/apache2filter/
H A Dsapi_apache2.c241 php_register_variable("PHP_SELF", ctx->r->uri, track_vars_array TSRMLS_CC); in php_apache_sapi_register_variables()
242 …if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), &new_val… in php_apache_sapi_register_variables()
243 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array TSRMLS_CC); in php_apache_sapi_register_variables()
411 SG(request_info).request_uri = safe_strdup(f->r->uri); in php_apache_request_ctor()
651 output ? "Output" : "Input", r->uri); in php_add_filter()
/PHP-5.4/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt56 ["uri"]=>
/PHP-5.4/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.4/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()
3203 if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) { in get_sdl()
[all …]
/PHP-5.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 …(array($struct1,$struct2)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
/PHP-5.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_004s.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_005s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
20 …estedArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…

Completed in 103 milliseconds

1234567891011