Home
last modified time | relevance | path

Searched refs:location (Results 26 – 50 of 201) sorted by relevance

123456789

/PHP-8.2/ext/soap/tests/bugs/
H A Dbug40609.wsdl26location="update" /><wsdl:input><mime:content type="text/xml" /></wsdl:input></wsdl:operation><wsd…
H A Dbug43045.phpt19 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
41 "location" => "test://",
H A Dbug46427.phpt12 'location' => 'test://',
H A Dbug50698_3.wsdl204 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
215 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
226 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
237 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
248 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
259 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
270 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
281 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
292 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
303 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
H A Dbug39121.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
39 $client = new LocalSoapClient(NULL, array('location'=>'test://','uri'=>'test://'));
H A Dbug73538.phpt9 "location" => "test://",
20 "location" => "test://",
H A Dbug69462.phpt9 $client = new SoapClient(null, [ 'exceptions' => 1, 'location' => "", 'uri' => $namespace ]);
H A Dbug39815.phpt26 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
35 $x = new LocalSoapClient(NULL,array('location'=>'test://',
H A Dbug29844.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
/PHP-8.2/ext/soap/
H A Dphp_http.h24 char *location,
H A Dphp_schema.c96 if (location != NULL && in schema_load_file()
97 !zend_hash_str_exists(&ctx->docs, (char*)location, xmlStrlen(location))) { in schema_load_file()
103 doc = soap_xmlParseFile((char*)location); in schema_load_file()
135 zend_hash_str_add_ptr(&ctx->docs, (char*)location, xmlStrlen(location), doc); in schema_load_file()
187 xmlAttrPtr location; in load_schema() local
190 if (location == NULL) { in load_schema()
207 xmlAttrPtr location; in load_schema() local
210 if (location == NULL) { in load_schema()
228 xmlAttrPtr ns, location; in load_schema() local
235 if (location) { in load_schema()
[all …]
/PHP-8.2/ext/soap/tests/
H A Dssl_method_deprecation.phpt9 'location' => 'foo',
H A Dbug49898.phpt9 $client = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.u…
H A Dbug46760.phpt13 'location' => 'http://some.url'));
H A Dtypemap007.phpt11 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
40 'location' => 'test://',
H A Dtypemap008.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
28 'location' => 'test://',
H A Dbug47021.phpt54 'location' => $uri,
59 public function __doRequest($request, $location, $action, $version, $one_way = null): ?string
61 $response = parent::__doRequest($request, $location, $action, $version, $one_way);
H A Dbug71610.phpt11 $exploit = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"a";s:8:"location";s:19:"http://example.…
H A Dbug70875.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string
H A Dbug77410.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dcustom_content_type.phpt30 'location' => 'http://' . PHP_CLI_SERVER_ADDRESS,
56 'location' => 'http://' . PHP_CLI_SERVER_ADDRESS,
H A Dbug71996.phpt8 $client = new class(null, ['location' => '', 'uri' => 'http://example.org']) extends SoapClient {
9 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
/PHP-8.2/win32/build/
H A Dconfutils.js808 if (location) {
809 location = location[0];
814 if (location) {
815 location = location[0];
819 if (location)
823 if (location) {
824 location = condense_path(location);
841 if (location) {
842 location = condense_path(location);
853 if (location) {
[all …]
/PHP-8.2/ext/com_dotnet/tests/
H A Dbug66322.phpt2 Bug #66322 (COMPersistHelper::SaveToFile can save to wrong location)
/PHP-8.2/ext/mysqli/
H A Dconfig.m435 [for specified location of the MySQL UNIX socket],
52 AC_MSG_CHECKING([for MySQL UNIX socket location])

Completed in 52 milliseconds

123456789