Home
last modified time | relevance | path

Searched refs:location (Results 151 – 175 of 209) sorted by relevance

123456789

/PHP-5.6/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_004p.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
H A Dr2_groupB_005s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
H A Dr2_groupB_004s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
H A Dr2_groupB_003s.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
/PHP-5.6/ext/soap/
H A Dsoap.c363 ZEND_ARG_INFO(0, location)
2602 if (location == NULL) {
2684 if (location == NULL) {
2687 location = Z_STRVAL_PP(tmp);
2740 if (location == NULL) {
2741 location = binding->location;
2901 location = Z_STRVAL_PP(tmp);
3126 char *buf, *location, *action; local
3133 &location, &location_size,
3260 char *location = NULL; local
[all …]
H A Dphp_sdl.c764 xmlAttrPtr type, name, bindingAttr, location; in load_wsdl() local
831 if (!location) { in load_wsdl()
835 tmpbinding->location = estrdup((char*)location->children->content); in load_wsdl()
871 efree(tmpbinding->location); in load_wsdl()
2276 sdl_serialize_string((*tmp)->location, out); in add_sdl_to_cache()
2881 if (pbind->location) { in make_persistent_sdl_binding()
2882 pbind->location = strdup(pbind->location); in make_persistent_sdl_binding()
3475 if (binding->location) { in delete_binding()
3476 efree(binding->location); in delete_binding()
3495 if (binding->location) { in delete_binding_persistent()
[all …]
/PHP-5.6/ext/zip/
H A Dconfig.m49 PHP_ARG_WITH(zlib-dir, for the location of libz,
45 AC_MSG_CHECKING([for the location of zlib])
/PHP-5.6/sapi/phpdbg/
H A DREADME.md67 - -i override .phpgdbinit location (implies -I)
/PHP-5.6/ext/pspell/
H A DREADME34 If that location is different, please specify it in --with-pspell=PATH, where
/PHP-5.6/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
H A Dr2_base_015s.phpt32 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
/PHP-5.6/ext/standard/tests/file/
H A Dtempnam_variation1.phpt49 echo "unknown location\n";
H A Dtempnam_variation3.phpt62 echo "unknown location\n";
H A Dtempnam_variation7-win32.phpt54 echo "unknown location\n";
H A Dtempnam_variation7.phpt57 echo "unknown location\n";
H A Dtempnam_variation8-win32.phpt71 echo "unknown location\n";
H A Dtempnam_variation2-win32.phpt72 echo "unknown location\n";
H A Dtempnam_variation2.phpt72 echo "unknown location\n";
/PHP-5.6/ext/soap/tests/
H A Dbug68361.phpt83 <soap:address location="http://localhost/wsdl-creator/TestClass.php"/>
H A Dsetheaders.phpt7 $client = new SoapClient(NULL, array("location"=>"test://","uri"=>"test://",
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl216 <soap:address location="http://localhost:8731/EchoService/Basic"/>
219 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
H A Dbug50698_4.wsdl216 <soap12:address location="net.tcp://localhost:8732/EchoService/"/>
225 <soap:address location="http://localhost:8731/EchoService/Basic"/>
/PHP-5.6/ext/pdo_mysql/
H A Dconfig.m411 PHP_ARG_WITH(zlib-dir, for the location of libz,
/PHP-5.6/ext/date/tests/
H A Ddate_sunrise_variation2.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunset_variation2.phpt6 * Description: Returns time of sunset for a given day and location

Completed in 49 milliseconds

123456789