Home
last modified time | relevance | path

Searched refs:local (Results 51 – 75 of 111) sorted by relevance

12345

/PHP-8.2/ext/opcache/tests/
H A Dgh9164.phpt36 // Populates local cache
/PHP-8.2/Zend/asm/
H A Djump_i386_ms_pe_masm.asm42 ; load fiber local storage
83 ; restore fiber local storage
H A Djump_x86_64_ms_pe_masm.asm113 ; save fiber local storage
163 ; restore fiber local storage
/PHP-8.2/ext/pspell/
H A Dconfig.m412 PSPELL_SEARCH_DIRS="/usr/local /usr"
/PHP-8.2/ext/intl/timezone/
H A Dtimezone.stub.php160 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {} argument
H A Dtimezone_methods.cpp414 bool local; in PHP_FUNCTION() local
422 "Odbz/z/", &object, TimeZone_ce_ptr, &date, &local, &rawOffsetArg, in PHP_FUNCTION()
429 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()
/PHP-8.2/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt2 Curl_multi_getcontent() basic test with different sources (local file/http)
/PHP-8.2/ext/session/
H A Dconfig.m426 for i in $PHP_MM /usr/local /usr; do
/PHP-8.2/docs/
H A Drelease-process.md97 `user.signingKey` values to use with your local PHP repositories. See
128 > git checkout -b php-X.Y.0alpha1-local-release-branch upstream/master
139 > git checkout -b php-X.Y.0beta2-local-release-branch upstream/PHP-X.Y
157 > local-only release branch. Do not push this one!
160 > git checkout -b php-X.Y.ZRC1-local-release-branch upstream/PHP-X.Y.Z
163 4. Using your local-only release branch, bump the version numbers in
237 8. Tag your local-only release branch with the release version.
348 1. Switch to your local clone of the `web-qa` repository and update the
492 git checkout -b php-X.Y.Z-local-release-branch upstream/PHP-X.Y.Z
495 5. Using your local-only release branch, bump the version numbers in
[all …]
/PHP-8.2/ext/openssl/tests/
H A Dgh9310.phpt176 PHP Warning: stream_socket_accept(): Failed setting local cert chain file `%ssni_server_cs.pem'; f…
180 PHP Warning: stream_socket_accept(): Failed setting local private key file `%ssni_server_uk_key.pe…
184 PHP Warning: stream_socket_accept(): Failed setting local cert chain file `%ssni_server_us_cert.pe…
/PHP-8.2/ext/date/tests/
H A Dbug62896.phpt2 Bug #62896 Unixtimestamp may take on local times DST flag (this test will only be valid during CEST)
/PHP-8.2/ext/snmp/
H A Dconfig.m49 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
/PHP-8.2/ext/imap/tests/
H A DREADME.md7 files will need to be changed to match the local mailserver configuration.
/PHP-8.2/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt25 path = /usr/local/bin
219 [path] => /usr/local/bin
338 [path] => /usr/local/bin
/PHP-8.2/ext/standard/tests/image/
H A Diptcembed_002.phpt17 1) create local file 1x1 jpeg (without iptc) (use base64 content to create file)
20 4) write local file2 with iptcembed return content
/PHP-8.2/ext/tidy/
H A Dconfig.m411 TIDY_SEARCH_DIRS="/usr/local /usr"
/PHP-8.2/ext/dom/
H A Ddom_iterators.c225 basenode, (char *) objmap->ns, (char *) objmap->local, &previndex, iter->index); in php_dom_iterator_move_forward()
309 nodep, (char *) objmap->ns, (char *) objmap->local, &curindex, 0); in php_dom_get_iterator()
H A Dphp_dom.c999 …ct *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns) /* {… in dom_namednode_iter() argument
1010 mapptr->local = local; in dom_namednode_iter()
1089 if (objmap->local) { in dom_nnodemap_objects_free_storage()
1090 xmlFree(objmap->local); in dom_nnodemap_objects_free_storage()
1120 objmap->local = NULL; in dom_nodemap_or_nodelist_objects_new()
1311 xmlNode *dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int… in dom_get_elements_by_tag_name_ns_raw() argument
1322 … if (xmlStrEqual(nodep->name, (xmlChar *)local) || xmlStrEqual((xmlChar *)"*", (xmlChar *)local)) { in dom_get_elements_by_tag_name_ns_raw()
1331 ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); in dom_get_elements_by_tag_name_ns_raw()
H A Delement.c503 xmlChar *local; in PHP_METHOD() local
514 local = xmlCharStrndup(name, name_len); in PHP_METHOD()
515 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_METHOD()
980 xmlChar *local, *nsuri; in PHP_METHOD() local
991 local = xmlCharStrndup(name, name_len); in PHP_METHOD()
993 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_METHOD()
/PHP-8.2/ext/standard/tests/file/
H A Dparse_ini_file.phpt27 path = /usr/local/bin
229 [path] => /usr/local/bin
348 [path] => /usr/local/bin
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
/PHP-8.2/ext/phar/
H A Dphar.c2402 phar_zip_file_header local; in phar_postprocess_file() local
2411 …if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file), (char *) &local, siz… in phar_postprocess_file()
2418 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) { in phar_postprocess_file()
2420 entry->header_offset + sizeof(local) + in phar_postprocess_file()
2421 PHAR_ZIP_16(local.filename_len) + in phar_postprocess_file()
2422 PHAR_ZIP_16(local.extra_len) + in phar_postprocess_file()
2430 memcpy(&(local.crc32), &(desc.crc32), 12); in phar_postprocess_file()
2433 memcpy(&(local.crc32), &desc, 12); in phar_postprocess_file()
2437local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || entry->uncompressed_filesize !=… in phar_postprocess_file()
2444 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l… in phar_postprocess_file()
/PHP-8.2/ext/snmp/tests/
H A DREADME.md40 `/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
/PHP-8.2/ext/mysqli/
H A Dconfig.m49 /usr/local/mysql/var/mysql.sock \
/PHP-8.2/ext/oci8/tests/
H A Ddetails.inc15 …; // this file is not part of the source distribution; make it your own local variant of details…

Completed in 68 milliseconds

12345