Home
last modified time | relevance | path

Searched refs:uri (Results 26 – 50 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt52 ["uri"]=>
75 ["uri"]=>
H A Dstream_get_meta_data_file_basic.phpt31 ["uri"]=>
/PHP-7.4/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt36 function Namespace_Start_Handler( $parser, $prefix, $uri ) {
39 echo "...Uri: ". $uri . "\n";
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug46427.phpt13 'uri' => 'test://',
H A Dbug29839.phpt40 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><st…
42 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><st…
H A Dbug34453.phpt40 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><st…
42 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><st…
H A Dbug29830.phpt17 $server = new SoapServer(NULL, array("uri"=>"test://"));
H A Dbug69085.phpt10 $dummy = unserialize('O:10:"SoapClient":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhost/…
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c230 xmlURI *uri; in _xmlreader_get_valid_file_path() local
235 uri = xmlCreateURI(); in _xmlreader_get_valid_file_path()
240 if (uri->scheme != NULL) { in _xmlreader_get_valid_file_path()
261 if ((uri->scheme == NULL || isFileUri)) { in _xmlreader_get_valid_file_path()
263 xmlFreeURI(uri); in _xmlreader_get_valid_file_path()
269 xmlFreeURI(uri); in _xmlreader_get_valid_file_path()
1085 reader = xmlNewTextReader(inputbfr, uri); in PHP_METHOD()
1099 if (uri) { in PHP_METHOD()
1100 xmlFree(uri); in PHP_METHOD()
1108 if (uri) { in PHP_METHOD()
[all …]
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_016p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
H A Dr2_base_016s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
H A Dr2_base_003p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoString", array(NULL), array("soapaction"=>"http://soapinterop.org/","uri"=…
H A Dr2_base_004s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …SD_STRING),"inputString")), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_009p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …oStringArray", array(NULL), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_023s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …BOOLEAN), "inputBoolean")), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_024s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …BOOLEAN), "inputBoolean")), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_001p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …ng", array("Hello World!"), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_001s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …SD_STRING),"inputString")), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_002p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoString", array(""), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
/PHP-7.4/ext/soap/tests/
H A Dbug46760.phpt12 'uri' => 'mo:http://www.w3.org/',
H A Dbug49898.phpt9 $client = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.u…
H A Dserver008.phpt17 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver027.phpt18 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug70388.phpt7 $dummy = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/…
H A Dserver007.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));

Completed in 33 milliseconds

1234567891011