Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-8.2/ext/standard/tests/http/
H A Dbug80256.phpt21 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
23 var_dump(file_get_contents($uri));
H A Dbug79265_2.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
25 $fd = fopen($uri, 'rb', false, $context);
H A Dbug79265.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
26 $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);
H A Dbug67430.phpt25 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
27 $fd = fopen($uri, 'rb', false, $ctx);
H A Dbug53198.phpt18 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
22 $fd = fopen($uri, 'rb', false);
H A Dbug69337.phpt28 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
30 $f = file_get_contents($uri, 0, $ctx);
H A Dgh9316.phpt16 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
19 $f = @fopen($uri, "r");
H A Dbug38802.phpt14 $uri = 'http://' . stream_socket_get_name($server, false);
15 yield "data://text/plain,HTTP/1.1 302 Moved Temporarily\r\nLocation: $uri/foo/bar2\r\n\r\n1";
16 yield "data://text/plain,HTTP/1.1 301 Moved Permanently\r\nLocation: $uri/foo/bar3\r\n\r\n";
17 yield "data://text/plain,HTTP/1.1 302 Moved Temporarily\r\nLocation: $uri/foo/bar4\r\n\r\n3";
25 $uri = null;
26 ['pid' => $pid, 'uri' => $uri ] = http_server('genResponses', $output);
28 $fd = fopen("$uri/foo/bar", 'rb', false, $context);
/PHP-8.2/sapi/fpm/tests/
H A Dlog-suppress-output-request-body.phpt52 uri: '/request-1',
59 uri: '/request-2',
66 uri: '/request-3',
74 uri: '/request-4'
80 uri: '/request-5',
87 uri: '/request-6',
H A Dbug78599-path-info-underflow.phpt32 $uri = $tester->makeSourceFile();
37 'SCRIPT_FILENAME' => $uri . "/" . str_repeat('A', 35),
41 $uri
/PHP-8.2/ext/posix/tests/
H A Dposix_isatty_no_warning_on_stream_cast.phpt20 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
24 $handle = fopen($uri, 'r');
H A Dposix_ttyname_no_warning_on_cast.phpt20 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
24 $handle = fopen($uri, 'r');
/PHP-8.2/ext/ldap/tests/
H A Dldap_exop_refresh.phpt10 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
21 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
37 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dskipifcontrol.inc6 global $uri, $user, $passwd, $protocol_version, $base;
7 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dconnect.inc10 $uri = getenv("LDAP_TEST_URI") ?: 'ldap://localhost:389';
19 function ldap_connect_and_bind($uri, $user, $passwd, $protocol_version) {
20 $link = ldap_connect($uri);
26 function test_bind($uri, $user, $passwd, $protocol_version) {
27 $link = ldap_connect($uri);
H A Dldap_exop_passwd_error.phpt13 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
20 var_dump(test_bind($uri, "cn=userA,$base", "newPassword", $protocol_version));
26 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_exop_whoami.phpt13 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
24 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug29839.wsdl1 …s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" targetNamespace="http://test-uri">
3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
28 <soap:operation soapAction="http://test-uri"/>
H A Dbug34453.wsdl1 …s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" targetNamespace="http://test-uri">
3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
28 <soap:operation soapAction="http://test-uri"/>
H A Dbug37278.phpt2 Bug #37278 (SOAP not respecting uri in __soapCall)
9 "uri" => "http://bricolage.sourceforge.net/Bric/SOAP/Auth",
17 $client->__soapCall("list_ids", array(), array("uri" => $newNS));
/PHP-8.2/tests/output/
H A Dsapi_windows_vt100_support_no_warning_on_cast.phpt21 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
25 $handle = fopen($uri, 'r');
H A Dstream_isatty_no_warning_on_cast.phpt19 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
23 $handle = fopen($uri, 'r');
/PHP-8.2/ext/dom/
H A Delement.c38 char *name, *value = NULL, *uri = NULL; in PHP_METHOD() local
60 if (nodep != NULL && uri != NULL) { in PHP_METHOD()
721 char *uri, *name; in PHP_METHOD() local
762 char *uri, *name, *value; in PHP_METHOD() local
954 char *name, *uri; in PHP_METHOD() local
967 if (xmlStrEqual((xmlChar *)uri, nsptr->href)) { in PHP_METHOD()
999 char *uri, *name; in PHP_METHOD() local
1106 char *uri, *name; in PHP_METHOD() local
1116 dom_namednode_iter(intern, 0, namednode, NULL, name, name_len, uri ? uri : "", uri_len); in PHP_METHOD()
1159 char *uri, *name; in PHP_METHOD() local
[all …]
/PHP-8.2/ext/xmlreader/tests/
H A D010.phpt8 <prefix:books xmlns:prefix="uri" isbn="" prefix:isbn="12isbn">book1</prefix:books>';
20 echo $reader->getAttributeNs('isbn', 'uri');

Completed in 39 milliseconds

12345678910>>...19