Home
last modified time | relevance | path

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

123456789

/PHP-5.6/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 Dbug70875.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0)
H A Dclassmap003.phpt36 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap012.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-5.6/ext/soap/tests/bugs/
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 Dbug69462.phpt9 $client = new SoapClient(null, [ 'exceptions' => 1, 'location' => "", 'uri' => $namespace ]);
H A Dbug42692.phpt21 function __doRequest($request, $location, $action, $version, $one_way = 0) {
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 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 Dbug41097.phpt13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
H A Dbug38004.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug41004.phpt25 $client = new SoapClient($wsdl, array('location'=>'test://',"classmap" => $classmap, 'exceptions'=>…
/PHP-5.6/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-5.6/ext/soap/
H A Dphp_schema.c99 if (location != NULL && in schema_load_file()
100 !zend_hash_exists(&ctx->docs, (char*)location, xmlStrlen(location)+1)) { in schema_load_file()
106 doc = soap_xmlParseFile((char*)location TSRMLS_CC); in schema_load_file()
138 …zend_hash_add(&ctx->docs, (char*)location, xmlStrlen(location)+1, (void**)&doc, sizeof(xmlDocPtr),… 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-5.6/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt23 echo "Services file not found in expected location\n";
/PHP-5.6/ext/pcre/
H A Dconfig0.m413 AC_MSG_CHECKING([for PCRE headers location])
23 AC_MSG_CHECKING([for PCRE library location])
/PHP-5.6/ext/mysql/
H A Dconfig.m447 PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket,
53 PHP_ARG_WITH(zlib-dir, for the location of libz,
149 AC_MSG_CHECKING([for MySQL UNIX socket location])

Completed in 36 milliseconds

123456789