Home
last modified time | relevance | path

Searched refs:location (Results 51 – 75 of 201) sorted by relevance

123456789

/PHP-8.2/ext/soap/tests/bugs/
H A Dbug38055.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug42692.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug34643.phpt26 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug36999.phpt23 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug38067.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug41097.phpt13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
H A Dbug38004.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug37278.phpt8 "location" => "test://",
H A Dbug41004.phpt25 $client = new SoapClient($wsdl, array('location'=>'test://',"classmap" => $classmap, 'exceptions'=>…
H A Dbug29795.phpt15 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug50762.phpt26 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug30045.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
39 $soap = new LocalSoapClient(NULL, array("uri"=>"http://test-uri", "location"=>"test://"));
H A Dbug30799.phpt14 $x = new SoapClient(NULL,array("location"=>"test://",
H A Dbug30928.phpt28 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug29061.wsdl38 <soap:address location="test://"/>
H A Dbug35273.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug55323.phpt17 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
/PHP-8.2/ext/soap/
H A Dsoap.stub.php517 private ?string $location = null; variable in SoapClient
588 …public function __doRequest(string $request, string $location, string $action, int $version, bool … argument
603 public function __setLocation(?string $location = null): ?string {} argument
/PHP-8.2/ext/soap/tests/
H A Dbug69668.phpt8 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dclassmap003.phpt37 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dtypemap012.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dclassmap004.phpt45 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
H A Dbug69280.phpt28 …public function __doRequest(string $request, string $location, string $action, int $version, bool …
/PHP-8.2/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt30 echo "Services file not found in expected location\n";
/PHP-8.2/ext/pdo_mysql/
H A Dconfig.m49 [for the location of libz],
19 AC_MSG_CHECKING([for MySQL UNIX socket location])

Completed in 33 milliseconds

123456789