Home
last modified time | relevance | path

Searched refs:uri (Results 76 – 100 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/ldap/tests/
H A Dldap_connect_ldap_conf.phpt16 file_put_contents($conf, "uri ldaps://example.com:3141/");
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug73538.phpt10 "uri" => "test://",
21 "uri" => "test://",
H A Dbug69462.phpt9 $client = new SoapClient(null, [ 'exceptions' => 1, 'location' => "", 'uri' => $namespace ]);
H A Dbug28969.phpt31 'uri'=>'http://testuri.org',
H A Dbug54911.phpt12 $client = new XSoapClient(null, array('uri'=>'', 'location'=>''));
H A Dbug42183.phpt19 $server = new SoapServer(NULL, array('uri' => 'http://ws.sit.com',
H A Dbug46419.phpt30 'uri'=>'http://testuri.org'));
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_008p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …ringArray", array(array()), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_009s.phpt8 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
9 …tringArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_007p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …ray", array(array('good')), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_008s.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 …tringArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_006p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …array(array('good','bad')), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_007s.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_base_011p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …rray(array(1,234324324,2)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_013p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 …rray(1.3223,34.2,325.325)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_006s.phpt11 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
12 …tringArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_014p.phpt17 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
18 …PStruct('arg',34,325.325)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
/PHP-7.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_001p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 …'=>34,'varFloat'=>34.345)), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_groupB_002p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 …t", array("arg",34,34.345), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_groupB_002s.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
13 …XSD_FLOAT), "inputFloat")), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_groupB_001s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 …impleTypes", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
/PHP-7.4/ext/dom/
H A Dnamednodemap.c275 char *uri, *named; in PHP_FUNCTION() local
282 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s!s", &uri, &urilen, &named, &namedlen) == FAILURE) { in PHP_FUNCTION()
306 itemnode = (xmlNodePtr)xmlHasNsProp(nodep, (xmlChar *) named, (xmlChar *) uri); in PHP_FUNCTION()
H A Ddocument.c1054 char *uri, *name, *value = NULL; in PHP_FUNCTION() local
1071 if (nodep != NULL && uri != NULL) { in PHP_FUNCTION()
1119 char *uri, *name; in PHP_FUNCTION() local
1184 char *uri, *name; in PHP_FUNCTION() local
1197 nsuri = xmlCharStrndup(uri, uri_len); in PHP_FUNCTION()
1320 xmlURI *uri; in _dom_get_valid_file_path() local
1325 uri = xmlCreateURI(); in _dom_get_valid_file_path()
1330 if (uri->scheme != NULL) { in _dom_get_valid_file_path()
1357 if ((uri->scheme == NULL || isFileUri)) { in _dom_get_valid_file_path()
1360 xmlFreeURI(uri); in _dom_get_valid_file_path()
[all …]
/PHP-7.4/ext/soap/tests/
H A Dtransport001.phpt30 'uri'=>'http://testuri.org'));
H A Dserver012.phpt13 $server = new soapserver(null,array('uri'=>"http://testuri.org"));

Completed in 29 milliseconds

1234567891011