Home
last modified time | relevance | path

Searched refs:uri (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/PHP-8.0/ext/soap/tests/bugs/
H A Dbug66112.phpt11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")…
18 $s = new SoapServer(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A"))));
23 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uri="uri:mist">
26 <uri:Request><uri:A>XXX</uri:A><uri:B>yyy</uri:B></uri:Request>
35 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="uri:mist">…
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt48 ["uri"]=>
68 ["uri"]=>
88 ["uri"]=>
108 ["uri"]=>
128 ["uri"]=>
148 ["uri"]=>
168 ["uri"]=>
188 ["uri"]=>
208 ["uri"]=>
228 ["uri"]=>
[all …]
H A Dbug71323.phpt7 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
17 ["uri"]=>
18 string(72) "data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata"
/PHP-8.0/ext/dom/
H A Ddomimplementation.c63 xmlURIPtr uri; in PHP_METHOD() local
86 uri = xmlParseURI(name); in PHP_METHOD()
87 if (uri != NULL && uri->opaque != NULL) { in PHP_METHOD()
88 localname = xmlStrdup((xmlChar *) uri->opaque); in PHP_METHOD()
91 xmlFreeURI(uri); in PHP_METHOD()
103 if (uri) { in PHP_METHOD()
104 xmlFreeURI(uri); in PHP_METHOD()
131 char *uri = NULL, *name = NULL; in PHP_METHOD() local
135 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!sO!", &uri, &uri_len, &name, &name_len, &node, dom_… in PHP_METHOD()
156 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt21 $uri = 'uri:file://' . $file;
29 $db = new PDO($uri, $user, $pass);
32 $uri, $dsn,
45 $db = new PDO($uri, $user, $pass);
48 $uri, $dsn,
/PHP-8.0/ext/standard/tests/http/
H A Dbug75981.phpt23 ['pid' => $pid, 'uri' => $uri] = http_server($responses);
25 echo @file_get_contents($uri, false, $ctx);
H A Dhttp_response_header_05.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
17 $f = file_get_contents($uri);
H A Dhttp_response_header_04.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
17 $f = file_get_contents($uri);
H A Dbug75535.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
17 var_dump(file_get_contents($uri));
H A Dbug73297.phpt24 ['pid' => $pid, 'uri' => $uri] = http_server($responses);
26 echo file_get_contents($uri, false, $ctx);
H A Dhttp_response_header_01.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
17 $f = file_get_contents($uri);
H A Dbug78719.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses);
18 $stream = fopen($uri, 'r', false, $context);
H A Dbug76342.phpt20 ['pid' => $pid, 'uri' => $uri] = http_server_sleep();
23 file_get_contents($uri, false, $ctx);
H A Dbug43510.phpt16 ['pid' => $pid, 'uri' => $uri ] = http_server($responses, $output);
19 $fd = fopen($uri, $mode, false);
H A Dhttp_response_header_02.phpt17 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
19 $f = file_get_contents($uri);
H A Dbug80838.phpt16 ['pid' => $pid, 'uri' => $uri] = http_server($responses);
26 $fd = fopen($uri, 'rb', false, $ctx);
H A Dbug80256.phpt21 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
23 var_dump(file_get_contents($uri));
H A Dbug79265.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
26 $fd = fopen($uri, 'rb', false, $context);
H A Dbug79265_2.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
25 $fd = fopen($uri, 'rb', false, $context);
H A Dhttp_response_header_03.phpt17 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
19 $f = file_get_contents($uri);
/PHP-8.0/ext/simplexml/tests/
H A Dbug79971_1.phpt14 $uri = "file://$path/bug79971_1.xml";
15 var_dump(simplexml_load_file("$uri%00foo"));
17 $sxe = simplexml_load_file($uri);
18 var_dump($sxe->asXML("$uri.out%00foo"));
/PHP-8.0/ext/standard/tests/network/
H A Dhttp-stream.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server([__DIR__."/news.rss"]);
18 $e = $d->load("$uri/news.rss");
H A Dudp4loop.phpt7 $uri = "udp://127.0.0.1:$port";
8 $server = @stream_socket_server($uri, $errno, $errstr, STREAM_SERVER_BIND);
16 $client = stream_socket_client($uri);
/PHP-8.0/ext/soap/tests/
H A Dcustom_content_type.phpt29 'uri' => 'misc-uri',
45 if (strpos($headers, 'Multipart/Related; action="misc-uri#foo"') === FALSE)
55 'uri' => 'misc-uri',
71 if (strpos($headers, 'Content-Type: application/soap+xml; charset=utf-8; action="misc-uri#foo"') ==…
/PHP-8.0/sapi/fpm/tests/
H A Dbug78599-path-info-underflow.phpt32 $uri = $tester->makeSourceFile();
37 'SCRIPT_FILENAME' => $uri . "/" . str_repeat('A', 35),
41 $uri

Completed in 46 milliseconds

12345678910>>...13