Home
last modified time | relevance | path

Searched refs:uri (Results 51 – 75 of 258) sorted by relevance

1234567891011

/PHP-5.3/ext/soap/tests/interop/Round2/Base/
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_017p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …Base64", array('Nebraska'), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_017s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …E64BINARY),"inputBase64")), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_018p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …exBinary", array('soapx4'), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_018s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 …BINARY),"inputHexBinary")), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_021p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(true), array("soapaction"=>"http://soapinterop.org/","uri"…
H A Dr2_base_021s.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_024p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoBoolean", array(0), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
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_005s.phpt8 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
9 …SD_STRING),"inputString")), 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_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_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…
/PHP-5.3/ext/soap/tests/
H A Dserver027.phpt18 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dserver007.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
/PHP-5.3/sapi/nsapi/
H A Dnsapi.c173 ZEND_ARG_INFO(0, uri)
335 char *uri,*value; in PHP_FUNCTION() local
339 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &uri, &uri_len) == FAILURE) { in PHP_FUNCTION()
344 …LS_CC, E_WARNING, "Unable to include uri '%s' - Sub-requests not supported on this platform", uri); in PHP_FUNCTION()
347 …ARNING, "Unable to include uri '%s' - Sub-requests do not work with zlib.output_compression", uri); in PHP_FUNCTION()
355 if ((rq = request_restart_internal(uri, NULL)) == NULL) { in PHP_FUNCTION()
356 …f(NULL TSRMLS_CC, E_WARNING, "Unable to include uri '%s' - Internal request creation failed", uri); in PHP_FUNCTION()
388 …ARNING, "Unable to include uri '%s' - HTTP status code %d during subrequest", uri, rq->status_num); in PHP_FUNCTION()
973 char *uri = pblock_findval("uri", rq->reqpb); in php5_execute() local
1029 SG(request_info).request_uri = uri; in php5_execute()
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug29830.phpt17 $server = new SoapServer(NULL, array("uri"=>"test://"));
/PHP-5.3/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…
/PHP-5.3/ext/dom/
H A Dnamednodemap.c265 char *uri, *named; in PHP_FUNCTION() local
271 …M_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_namednodemap_class_entry, &uri, &urilen, &named, &… in PHP_FUNCTION()
295 itemnode = (xmlNodePtr)xmlHasNsProp(nodep, named, uri); in PHP_FUNCTION()

Completed in 32 milliseconds

1234567891011