Home
last modified time | relevance | path

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

123456789

/PHP-7.0/ext/soap/tests/bugs/
H A Dbug46427.phpt13 'location' => 'test://',
H A Dbug69085.phpt10 $dummy = unserialize('O:10:"SoapClient":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhost/…
H A Dbug39121.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
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 Dbug29844.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38055.phpt23 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug42692.phpt21 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug39815.phpt26 function __doRequest($request, $location, $action, $version, $one_way = 0) {
35 $x = new LocalSoapClient(NULL,array('location'=>'test://',
H A Dbug34643.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38067.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug36999.phpt24 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38004.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug41097.phpt13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
/PHP-7.0/ext/soap/tests/
H A Dbug49898.phpt9 $client = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.u…
H A Dtypemap007.phpt11 function __doRequest($request, $location, $action, $version, $one_way = 0) {
40 'location' => 'test://',
H A Dbug70388.phpt7 $dummy = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/…
H A Dtypemap008.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
28 'location' => 'test://',
H A Dbug71610.phpt10 $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)
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) {
H A Dclassmap003.phpt36 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-7.0/ext/zlib/
H A Dconfig0.m48 PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined,
9 [ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no)
/PHP-7.0/ext/soap/
H A Dphp_schema.c99 if (location != NULL && in schema_load_file()
100 !zend_hash_str_exists(&ctx->docs, (char*)location, xmlStrlen(location))) { in schema_load_file()
106 doc = soap_xmlParseFile((char*)location); in schema_load_file()
138 zend_hash_str_add_ptr(&ctx->docs, (char*)location, xmlStrlen(location), doc); in schema_load_file()
190 xmlAttrPtr location; in load_schema() local
193 if (location == NULL) { in load_schema()
210 xmlAttrPtr location; in load_schema() local
213 if (location == NULL) { in load_schema()
231 xmlAttrPtr ns, location; in load_schema() local
238 if (location) { in load_schema()
[all …]
/PHP-7.0/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt23 echo "Services file not found in expected location\n";

Completed in 27 milliseconds

123456789