Home
last modified time | relevance | path

Searched refs:uri (Results 201 – 225 of 269) sorted by relevance

1234567891011

/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt32 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
33 …tructArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
/PHP-5.5/ext/soap/tests/schema/
H A Dschema034.phpt27 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema035.phpt28 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema055.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
/PHP-5.5/ext/soap/tests/
H A Dserver001.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver005.phpt13 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver026.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver003.phpt7 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver015.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver002.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver004.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver006.phpt19 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver019.phpt28 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver020.phpt29 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver021.phpt17 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver028.phpt18 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dtypemap007.phpt39 'uri' => 'http://schemas.nothing.com',
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug43045.phpt40 "uri" => 'urn:TestSOAP',
H A Dbug28751.phpt15 $server = new SoapServer(NULL, array('uri'=>"http://testuri.org"));
H A Dbug65018.phpt22 $soap = new SoapServer(null, array('uri' => '127.0.0.1'));
H A Dbug31422-win.phpt20 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug31422.phpt21 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
/PHP-5.5/ext/libxml/
H A Dlibxml.c299 xmlURI *uri; in php_libxml_streams_IO_open_wrapper() local
303 uri = xmlParseURI(filename); in php_libxml_streams_IO_open_wrapper()
304 if (uri && (uri->scheme == NULL || in php_libxml_streams_IO_open_wrapper()
305 (xmlStrncmp(BAD_CAST uri->scheme, BAD_CAST "file", 4) == 0))) { in php_libxml_streams_IO_open_wrapper()
327 if (uri) { in php_libxml_streams_IO_open_wrapper()
328 xmlFreeURI(uri); in php_libxml_streams_IO_open_wrapper()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c284 …if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), (unsigne… in php_apache_sapi_register_variables()
285 php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array TSRMLS_CC); in php_apache_sapi_register_variables()
481 SG(request_info).request_uri = apr_pstrdup(r->pool, r->uri); in php_apache_request_ctor()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c136 ADD_FIELD("SCRIPT_NAME", uri); in sapi_webjames_register_variables()
137 ADD_FIELD("PHP_SELF", uri); in sapi_webjames_register_variables()

Completed in 41 milliseconds

1234567891011