Home
last modified time | relevance | path

Searched refs:location (Results 176 – 200 of 202) sorted by relevance

123456789

/PHP-8.2/ext/soap/
H A Dphp_sdl.c761 xmlAttrPtr type, name, bindingAttr, location; in load_wsdl() local
828 if (!location) { in load_wsdl()
832 tmpbinding->location = estrdup((char*)location->children->content); in load_wsdl()
868 efree(tmpbinding->location); in load_wsdl()
2279 sdl_serialize_string(tmp->location, out); in add_sdl_to_cache()
2873 if (pbind->location) { in make_persistent_sdl_binding()
2874 pbind->location = strdup(pbind->location); in make_persistent_sdl_binding()
3454 if (binding->location) { in delete_binding()
3455 efree(binding->location); in delete_binding()
3474 if (binding->location) { in delete_binding_persistent()
[all …]
H A Dphp_http.c345 char *location, in make_http_soap_request() argument
439 if (location != NULL && location[0] != '\000') { in make_http_soap_request()
440 phpurl = php_url_parse(location); in make_http_soap_request()
H A Dsoap_arginfo.h118 ZEND_ARG_TYPE_INFO(0, location, IS_STRING, 0)
136 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, location, IS_STRING, 1, "null")
/PHP-8.2/ext/soap/tests/
H A Dsetheaders.phpt7 $client = new SoapClient(NULL, array("location"=>"test://","uri"=>"test://",
/PHP-8.2/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"/>
H A Dbug37083.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
/PHP-8.2/ext/ldap/
H A Dconfig.m412 dnl Find Oracle Instant Client RPM header location corresponding to the
/PHP-8.2/ext/standard/tests/file/
H A Dtempnam_variation2-win32.phpt68 echo "unknown location\n";
H A Dtempnam_variation2.phpt68 echo "unknown location\n";
H A Dfile.inc325 $file_path = location of the file and where links need to be created
452 $file_path = location of the files
495 $file_path = location of link files
/PHP-8.2/win32/build/
H A Dconfig.w32.phpize.in27 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
H A Dconfig.w3227 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-8.2/build/
H A Dpkg.m4221 dnl Substitutes the variable pkgconfigdir as the location where a module
243 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
H A Dgen_stub.php4694 foreach (array_unique($locations) as $location) {
4695 if (is_file($location)) {
4697 $fileInfo = processStubFile($location, $context);
4701 } else if (is_dir($location)) {
4702 array_push($fileInfos, ...processDirectory($location, $context));
4704 echo "$location is neither a file nor a directory.\n";
H A Dlibtool.m4370 # the location of the communication and MPI libs are included too.
3191 # location of the library.
3241 # location of the library.
5891 # but as the default location of the library.
5910 # but as the default location of the library.
5956 # but as the default location of the library.
H A Dphp.m4318 dnl Stores the location of libgcc in libgcc_libpath.
/PHP-8.2/ext/date/lib/
H A Dtimelib.h217 tlocinfo location; member
/PHP-8.2/ext/date/
H A Dphp_date.c4142 add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code); in PHP_FUNCTION()
4143 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); in PHP_FUNCTION()
4144 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude); in PHP_FUNCTION()
4145 add_assoc_string(return_value, "comments", tzobj->tzi.tz->location.comments); in PHP_FUNCTION()
/PHP-8.2/
H A Dphp.ini-development11 ; 1. SAPI module specific location.
518 ; server-specific log, STDERR, or a location specified by the error_log
1838 ; The location of the OPcache blacklist file (wildcards allowed).
1947 ; The location of a Certificate Authority (CA) file on the local filesystem
H A Dphp.ini-production11 ; 1. SAPI module specific location.
520 ; server-specific log, STDERR, or a location specified by the error_log
1840 ; The location of the OPcache blacklist file (wildcards allowed).
1949 ; The location of a Certificate Authority (CA) file on the local filesystem
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c6748 zend_string *location = zend_get_attribute_target_names(attr->target); in ZEND_METHOD() local
6752 ZSTR_VAL(attr->data->name), ZSTR_VAL(location), ZSTR_VAL(allowed) in ZEND_METHOD()
6755 zend_string_release(location); in ZEND_METHOD()
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch2625 - /* Fourth, try to get magic file relative to exe location */
2628 - /* Fifth, try to get magic file relative to dll location */
/PHP-8.2/docs/
H A Drelease-process.md430 In the announcement message, point out the location of the release and the
/PHP-8.2/Zend/
H A Dzend_compile.c6769 zend_string *location = zend_get_attribute_target_names(target); in zend_compile_attributes() local
6773 ZSTR_VAL(attr->name), ZSTR_VAL(location), ZSTR_VAL(allowed) in zend_compile_attributes()

Completed in 192 milliseconds

123456789