Home
last modified time | relevance | path

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

12345

/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt2 Curl_multi_getcontent() basic test with different sources (local file/http)
/PHP-8.1/ext/opcache/tests/
H A Dgh9164.phpt35 // Populates local cache
/PHP-8.1/ext/intl/timezone/
H A Dtimezone.stub.php101 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.1/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.1/ext/standard/tests/mail/
H A Dbug80751.phpt38 var_dump(strpos($header, 'To: "<bob@example.com>" <info@mail.local>') !== false);
42 … var_dump(strpos($header, 'Cc: "Lastname, Firstname\\\\" <admin@mail.local>') !== false);
/PHP-8.1/ext/pspell/
H A Dconfig.m412 PSPELL_SEARCH_DIRS="/usr/local /usr"
/PHP-8.1/ext/session/
H A Dconfig.m426 for i in $PHP_MM /usr/local /usr; do
/PHP-8.1/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.1/ext/imap/tests/
H A DREADME.md7 files will need to be changed to match the local mailserver configuration.
/PHP-8.1/ext/snmp/
H A Dconfig.m49 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
/PHP-8.1/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.1/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.1/ext/tidy/
H A Dconfig.m411 TIDY_SEARCH_DIRS="/usr/local /usr"
/PHP-8.1/ext/dom/
H A Ddom_iterators.c224 basenode, (char *) objmap->ns, (char *) objmap->local, &previndex, iter->index); in php_dom_iterator_move_forward()
308 nodep, (char *) objmap->ns, (char *) objmap->local, &curindex, 0); in php_dom_get_iterator()
H A Dphp_dom.c1031 …ct *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns) /* {… in dom_namednode_iter() argument
1042 mapptr->local = local; in dom_namednode_iter()
1121 if (objmap->local) { in dom_nnodemap_objects_free_storage()
1122 xmlFree(objmap->local); in dom_nnodemap_objects_free_storage()
1152 objmap->local = NULL; in dom_nodemap_or_nodelist_objects_new()
1343 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
1354 … if (xmlStrEqual(nodep->name, (xmlChar *)local) || xmlStrEqual((xmlChar *)"*", (xmlChar *)local)) { in dom_get_elements_by_tag_name_ns_raw()
1363 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.1/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.1/ext/phar/
H A Dphar.c2399 phar_zip_file_header local; in phar_postprocess_file() local
2408 …if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file), (char *) &local, siz… in phar_postprocess_file()
2415 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) { in phar_postprocess_file()
2417 entry->header_offset + sizeof(local) + in phar_postprocess_file()
2418 PHAR_ZIP_16(local.filename_len) + in phar_postprocess_file()
2419 PHAR_ZIP_16(local.extra_len) + in phar_postprocess_file()
2427 memcpy(&(local.crc32), &(desc.crc32), 12); in phar_postprocess_file()
2430 memcpy(&(local.crc32), &desc, 12); in phar_postprocess_file()
2434local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || entry->uncompressed_filesize !=… in phar_postprocess_file()
2441 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l… in phar_postprocess_file()
/PHP-8.1/ext/snmp/tests/
H A DREADME.md40 `/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
/PHP-8.1/ext/oci8/tests/
H A Ddetails.inc15 …; // this file is not part of the source distribution; make it your own local variant of details…
/PHP-8.1/ext/readline/
H A Dconfig.m418 for i in $PHP_READLINE /usr/local /usr; do
/PHP-8.1/ext/mysqli/
H A Dconfig.m49 /usr/local/mysql/var/mysql.sock \

Completed in 83 milliseconds

12345