Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/ext/soap/tests/
H A Dserver005.phpt13 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver015.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver026.phpt14 $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',
H A Dtypemap008.phpt27 'uri' => 'http://schemas.nothing.com',
H A Dbug48557.phpt19 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dserver013.phpt17 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver023.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
/PHP-5.4/ext/libxml/
H A Dlibxml.c298 xmlURI *uri; in php_libxml_streams_IO_open_wrapper() local
302 uri = xmlParseURI(filename); in php_libxml_streams_IO_open_wrapper()
303 if (uri && (uri->scheme == NULL || in php_libxml_streams_IO_open_wrapper()
304 (xmlStrncmp(BAD_CAST uri->scheme, BAD_CAST "file", 4) == 0))) { in php_libxml_streams_IO_open_wrapper()
311 if (uri) { in php_libxml_streams_IO_open_wrapper()
312 xmlFreeURI(uri); in php_libxml_streams_IO_open_wrapper()
/PHP-5.4/sapi/apache2handler/
H A Dsapi_apache2.c284 …if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), &new_val… 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.4/ext/soap/tests/bugs/
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.phpt21 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug31422-win.phpt20 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug39121.phpt39 $client = new LocalSoapClient(NULL, array('location'=>'test://','uri'=>'test://'));
/PHP-5.4/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()
/PHP-5.4/sapi/apache/
H A Dphp_apache.c84 ZEND_ARG_INFO(0, uri)
492 if (rr->uri) { in PHP_FUNCTION()
493 add_property_string(return_value,"uri", rr->uri, 1); in PHP_FUNCTION()
/PHP-5.4/sapi/apache2filter/
H A Dphp_functions.c132 ADD_STRING(uri); in PHP_FUNCTION()
359 ZEND_ARG_INFO(0, uri)

Completed in 49 milliseconds

1234567891011