Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 199) sorted by last modified time

12345678

/PHP-7.4/
H A DNEWS1007 . Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location).
H A Dphp.ini-development11 ; 1. SAPI module specific location.
496 ; server-specific log, STDERR, or a location specified by the error_log
1818 ; The location of the OPcache blacklist file (wildcards allowed).
1922 ; The location of a Certificate Authority (CA) file on the local filesystem
H A Dphp.ini-production11 ; 1. SAPI module specific location.
496 ; server-specific log, STDERR, or a location specified by the error_log
1818 ; The location of the OPcache blacklist file (wildcards allowed).
1922 ; The location of a Certificate Authority (CA) file on the local filesystem
/PHP-7.4/ext/date/
H A Dphp_date.c4169 add_assoc_string(return_value, "country_code", tzobj->tzi.tz->location.country_code); in PHP_FUNCTION()
4170 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); in PHP_FUNCTION()
4171 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude); in PHP_FUNCTION()
4172 add_assoc_string(return_value, "comments", tzobj->tzi.tz->location.comments); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2797 - /* Fourth, try to get magic file relative to exe location */
2800 - /* Fifth, try to get magic file relative to dll location */
/PHP-7.4/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 Dphp.m4334 dnl Stores the location of libgcc in libgcc_libpath.
H A Dlibtool.m4370 # the location of the communication and MPI libs are included too.
3182 # location of the library.
3232 # location of the library.
5882 # but as the default location of the library.
5901 # but as the default location of the library.
5947 # but as the default location of the library.
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt38 //Seek to 4 GB boundary, as this is the location where the problem occurs
H A Dtempnam_variation8-win32.phpt71 echo "unknown location\n";
H A Dtempnam_variation1.phpt49 echo "unknown location\n";
/PHP-7.4/ext/soap/tests/
H A Dbug69668.phpt10 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug47021.phpt56 'location' => 'http://127.0.0.1:12342/',
61 public function __doRequest($request, $location, $action, $version, $one_way = null)
63 $response = parent::__doRequest($request, $location, $action, $version, $one_way);
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c131 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex() local
654 location[0] = '\0'; in php_stream_url_wrap_http_ex()
790 strlcpy(location, http_header_value, sizeof(location)); in php_stream_url_wrap_http_ex()
828 if (!reqok || (location[0] != '\0' && follow_location)) { in php_stream_url_wrap_http_ex()
833 if (location[0] != '\0') in php_stream_url_wrap_http_ex()
839 if (location[0] != '\0') { in php_stream_url_wrap_http_ex()
845 if (strlen(location)<8 || (strncasecmp(location, "http://", sizeof("http://")-1) && in php_stream_url_wrap_http_ex()
850 if (*location != '/') { in php_stream_url_wrap_http_ex()
851 if (*(location+1) != '\0' && resource->path) { in php_stream_url_wrap_http_ex()
875 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_sdl.c760 xmlAttrPtr type, name, bindingAttr, location; in load_wsdl() local
827 if (!location) { in load_wsdl()
831 tmpbinding->location = estrdup((char*)location->children->content); in load_wsdl()
867 efree(tmpbinding->location); in load_wsdl()
2276 sdl_serialize_string(tmp->location, out); in add_sdl_to_cache()
2860 if (pbind->location) { in make_persistent_sdl_binding()
2861 pbind->location = strdup(pbind->location); in make_persistent_sdl_binding()
3437 if (binding->location) { in delete_binding()
3438 efree(binding->location); in delete_binding()
3457 if (binding->location) { in delete_binding_persistent()
[all …]
H A Dsoap.c354 ZEND_ARG_INFO(0, location)
2533 if (location == NULL) {
2631 if (location == NULL) {
2634 location = Z_STRVAL_P(tmp);
2687 if (location == NULL) {
2688 location = binding->location;
2846 location = Z_STRVAL_P(tmp);
3066 char *location, *action; local
3074 &location, &location_size,
3195 char *location = NULL; local
[all …]
H A Dphp_schema.c98 if (location != NULL && in schema_load_file()
99 !zend_hash_str_exists(&ctx->docs, (char*)location, xmlStrlen(location))) { in schema_load_file()
105 doc = soap_xmlParseFile((char*)location); in schema_load_file()
137 zend_hash_str_add_ptr(&ctx->docs, (char*)location, xmlStrlen(location), doc); in schema_load_file()
189 xmlAttrPtr location; in load_schema() local
192 if (location == NULL) { in load_schema()
209 xmlAttrPtr location; in load_schema() local
212 if (location == NULL) { in load_schema()
230 xmlAttrPtr ns, location; in load_schema() local
237 if (location) { in load_schema()
[all …]
H A Dphp_http.c338 char *location, in make_http_soap_request() argument
429 if (location != NULL && location[0] != '\000') { in make_http_soap_request()
430 phpurl = php_url_parse(location); in make_http_soap_request()
/PHP-7.4/win32/build/
H A Dconfutils.js799 if (location) {
800 location = location[0];
805 if (location) {
806 location = location[0];
810 if (location)
814 if (location) {
815 location = condense_path(location);
832 if (location) {
833 location = condense_path(location);
844 if (location) {
[all …]
H A Dconfig.w3225 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt29 echo "Services file not found in expected location\n";
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.m49 [for the location of libz],
19 AC_MSG_CHECKING([for MySQL UNIX socket location])
/PHP-7.4/ext/mysqli/
H A Dconfig.m436 [for specified location of the MySQL UNIX socket],
92 AC_MSG_CHECKING([for MySQL UNIX socket location])
/PHP-7.4/ext/date/lib/
H A Dtimelib.h175 tlocinfo location; member
/PHP-7.4/docs/
H A Drelease-process.md189 `php-general@lists.php.net` lists pointing out "the location of the release"

Completed in 129 milliseconds

12345678