Home
last modified time | relevance | path

Searched refs:uri (Results 201 – 225 of 273) sorted by relevance

1234567891011

/PHP-7.2/ext/soap/tests/schema/
H A Dschema051.phpt21 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema054.phpt16 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
H A Dschema083.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema084.phpt24 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema085.phpt38 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema034.phpt27 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema035.phpt28 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http:/…
H A Dschema055.phpt23 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http:/…
/PHP-7.2/ext/soap/tests/
H A Dserver014.phpt12 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver022.phpt18 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dbug68996.phpt11 'uri' => 'http://foo',
H A Dserver001.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver003.phpt7 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver005.phpt13 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver015.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver026.phpt14 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
H A Dserver002.phpt11 $server = new soapserver(null,array('uri'=>"http://testuri.org"));
/PHP-7.2/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt32 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
33 …tructArray", array($param), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinter…
/PHP-7.2/ext/pdo_dblib/tests/
H A Dconfig.inc7 if ($dsn_parts[0] == 'dblib') { // uri is an option, which we'll ignore
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug43045.phpt40 "uri" => 'urn:TestSOAP',
H A Dbug28751.phpt15 $server = new SoapServer(NULL, array('uri'=>"http://testuri.org"));
H A Dbug31422.phpt18 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug65018.phpt22 $soap = new SoapServer(null, array('uri' => '127.0.0.1'));
/PHP-7.2/ext/libxml/
H A Dlibxml.c309 xmlURI *uri; in php_libxml_streams_IO_open_wrapper() local
312 uri = xmlParseURI(filename); in php_libxml_streams_IO_open_wrapper()
313 if (uri && (uri->scheme == NULL || in php_libxml_streams_IO_open_wrapper()
314 (xmlStrncmp(BAD_CAST uri->scheme, BAD_CAST "file", 4) == 0))) { in php_libxml_streams_IO_open_wrapper()
336 if (uri) { in php_libxml_streams_IO_open_wrapper()
337 xmlFreeURI(uri); in php_libxml_streams_IO_open_wrapper()
/PHP-7.2/ext/opcache/tests/
H A Dbug66338.phpt29 $uri = sprintf("http://%s/%s", PHP_CLI_SERVER_ADDRESS, basename(__FILE__));

Completed in 30 milliseconds

1234567891011