/PHP-8.2/ext/opcache/tests/ |
H A D | gh9164.phpt | 36 // Populates local cache
|
/PHP-8.2/Zend/asm/ |
H A D | jump_i386_ms_pe_masm.asm | 42 ; load fiber local storage 83 ; restore fiber local storage
|
H A D | jump_x86_64_ms_pe_masm.asm | 113 ; save fiber local storage 163 ; restore fiber local storage
|
/PHP-8.2/ext/pspell/ |
H A D | config.m4 | 12 PSPELL_SEARCH_DIRS="/usr/local /usr"
|
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone.stub.php | 160 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {} argument
|
H A D | timezone_methods.cpp | 414 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 D | curl_multi_getcontent_basic3.phpt | 2 Curl_multi_getcontent() basic test with different sources (local file/http)
|
/PHP-8.2/ext/session/ |
H A D | config.m4 | 26 for i in $PHP_MM /usr/local /usr; do
|
/PHP-8.2/docs/ |
H A D | release-process.md | 97 `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 D | gh9310.phpt | 176 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 D | bug62896.phpt | 2 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 D | config.m4 | 9 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
|
/PHP-8.2/ext/imap/tests/ |
H A D | README.md | 7 files will need to be changed to match the local mailserver configuration.
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_001.phpt | 25 path = /usr/local/bin 219 [path] => /usr/local/bin 338 [path] => /usr/local/bin
|
/PHP-8.2/ext/standard/tests/image/ |
H A D | iptcembed_002.phpt | 17 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 D | config.m4 | 11 TIDY_SEARCH_DIRS="/usr/local /usr"
|
/PHP-8.2/ext/dom/ |
H A D | dom_iterators.c | 225 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 D | php_dom.c | 999 …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 D | element.c | 503 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 D | parse_ini_file.phpt | 27 path = /usr/local/bin 229 [path] => /usr/local/bin 348 [path] => /usr/local/bin
|
H A D | include_userstream_002.phpt | 2 local user streams must not be able to open() url's
|
/PHP-8.2/ext/phar/ |
H A D | phar.c | 2402 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() 2437 …local.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 D | README.md | 40 `/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
|
/PHP-8.2/ext/mysqli/ |
H A D | config.m4 | 9 /usr/local/mysql/var/mysql.sock \
|
/PHP-8.2/ext/oci8/tests/ |
H A D | details.inc | 15 …; // this file is not part of the source distribution; make it your own local variant of details…
|