Home
last modified time | relevance | path

Searched refs:uri (Results 101 – 125 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/soap/
H A Dphp_sdl.h256 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl);
268 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri);
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_011s.phpt12 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
13 …tegerArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_013s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 …FloatArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
H A Dr2_base_014s.phpt14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
15 $client->__soapCall("echoStruct", array($param), array("soapaction"=>"http://soapinterop.org/","uri
/PHP-7.4/ext/soap/tests/schema/
H A Dschema063.phpt16 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema001.phpt18 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema056.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema057.phpt24 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema072.phpt24 …lope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://test-uri/"><SOAP-ENV:Body><n…
H A Dschema004.phpt20 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema005.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema009.phpt18 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema010.phpt18 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema011.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema012.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema013.phpt18 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema014.phpt20 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema018.phpt25 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema019.phpt25 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema021.phpt22 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema058.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc464 * @param string $uri
473 $uri = '/ping',
529 * @param string|null $uri
539 string $uri = null
541 if (is_null($uri)) {
542 $uri = $this->makeSourceFile();
549 'SCRIPT_FILENAME' => $uri,
550 'SCRIPT_NAME' => $uri,
553 'DOCUMENT_URI' => $uri,
578 * @param string|null $uri
[all …]
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug31755.phpt8 'uri' => 'myNS', 'exceptions' => false, 'trace' => true));
H A Dbug34449.phpt15 $client = new TestSoapClient(null, array('location' => 'test://', 'uri' => 'test://'));
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt62 ["uri"]=>

Completed in 43 milliseconds

1234567891011