Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt51 $uri = 'php://output';
53 echo $proc->transformToURI($xsldoc, $uri, 'stringValue');
/PHP-5.5/ext/soap/tests/bugs/
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 Dbug46427.phpt14 'uri' => 'test://',
H A Dbug30045.phpt27 …("http://schemas.xmlsoap.org/soap/envelope/")->Body->children("http://test-uri")->children()->para…
40 $soap = new LocalSoapClient(NULL, array("uri"=>"http://test-uri", "location"=>"test://"));
/PHP-5.5/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_003s.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_004p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 … array(">,<,&,\",',\\,\n"), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
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_005p.phpt8 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
9 …(utf8_encode('ỗÈéóÒ₧⅜ỗỸ')), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_019s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …DECIMAL), "inputDecimal")), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_022p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(false), array("soapaction"=>"http://soapinterop.org/","uri
H A Dr2_base_022s.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_023p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(1), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
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-5.5/ext/xmlreader/
H A Dphp_xmlreader.c231 xmlURI *uri; in _xmlreader_get_valid_file_path() local
236 uri = xmlCreateURI(); in _xmlreader_get_valid_file_path()
241 if (uri->scheme != NULL) { in _xmlreader_get_valid_file_path()
262 if ((uri->scheme == NULL || isFileUri)) { in _xmlreader_get_valid_file_path()
264 xmlFreeURI(uri); in _xmlreader_get_valid_file_path()
270 xmlFreeURI(uri); in _xmlreader_get_valid_file_path()
1092 reader = xmlNewTextReader(inputbfr, uri); in PHP_METHOD()
1108 if (uri) { in PHP_METHOD()
1109 xmlFree(uri); in PHP_METHOD()
1117 if (uri) { in PHP_METHOD()
[all …]
/PHP-5.5/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"));
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_basic.phpt31 ["uri"]=>

Completed in 39 milliseconds

1234567891011