Home
last modified time | relevance | path

Searched refs:local (Results 76 – 100 of 130) sorted by relevance

123456

/PHP-7.4/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)
H A Didate_variation4.phpt6 * Description: Format a local time/date as integer
H A Dstrftime_variation16.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation22.phpt15 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation23.phpt8 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation6.phpt6 * Description: Format a local time/date according to locale settings
/PHP-7.4/ext/snmp/
H A Dconfig.m49 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
/PHP-7.4/ext/imap/tests/
H A DREADME.md7 files will need to be changed to match the local mailserver configuration.
/PHP-7.4/ext/tidy/
H A Dconfig.m411 TIDY_SEARCH_DIRS="/usr/local /usr"
/PHP-7.4/ext/dom/
H A Dphp_dom.c1054 …ct *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns) /* {… in dom_namednode_iter() argument
1066 mapptr->local = local; in dom_namednode_iter()
1126 if (objmap->local) { in dom_nnodemap_object_dtor()
1127 xmlFree(objmap->local); in dom_nnodemap_object_dtor()
1163 objmap->local = NULL; in dom_nnodemap_objects_new()
1340 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
1346 … if (xmlStrEqual(nodep->name, (xmlChar *)local) || xmlStrEqual((xmlChar *)"*", (xmlChar *)local)) { in dom_get_elements_by_tag_name_ns_raw()
1355 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 Ddom_iterators.c226 basenode, (char *) objmap->ns, (char *) objmap->local, &previndex, iter->index); in php_dom_iterator_move_forward()
310 nodep, (char *) objmap->ns, (char *) objmap->local, &curindex, 0); in php_dom_get_iterator()
H A Delement.c639 xmlChar *local; in PHP_FUNCTION() local
650 local = xmlCharStrndup(name, name_len); in PHP_FUNCTION()
651 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
1064 xmlChar *local, *nsuri; in PHP_FUNCTION() local
1075 local = xmlCharStrndup(name, name_len); in PHP_FUNCTION()
1077 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
/PHP-7.4/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-7.4/ext/pdo_dblib/
H A Dconfig.m414 for i in /usr/local /usr; do
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file.phpt32 path = /usr/local/bin
234 [path] => /usr/local/bin
353 [path] => /usr/local/bin
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt30 path = /usr/local/bin
224 [path] => /usr/local/bin
343 [path] => /usr/local/bin
/PHP-7.4/ext/snmp/tests/
H A DREADME.md39 `/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
/PHP-7.4/ext/phar/
H A Dphar.c2357 phar_zip_file_header local; in phar_postprocess_file() local
2366 …if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file), (char *) &local, siz… in phar_postprocess_file()
2373 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) { in phar_postprocess_file()
2375 entry->header_offset + sizeof(local) + in phar_postprocess_file()
2376 PHAR_ZIP_16(local.filename_len) + in phar_postprocess_file()
2377 PHAR_ZIP_16(local.extra_len) + in phar_postprocess_file()
2385 memcpy(&(local.crc32), &(desc.crc32), 12); in phar_postprocess_file()
2388 memcpy(&(local.crc32), &desc, 12); in phar_postprocess_file()
2392local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || entry->uncompressed_filesize !=… in phar_postprocess_file()
2399 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l… in phar_postprocess_file()
/PHP-7.4/ext/readline/
H A Dconfig.m418 for i in $PHP_READLINE /usr/local /usr; do
/PHP-7.4/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-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp442 zend_bool local; in PHP_FUNCTION() local
450 "Odbz/z/", &object, TimeZone_ce_ptr, &date, &local, &rawOffsetArg, in PHP_FUNCTION()
459 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A D061.phpt2 local infile handler
/PHP-7.4/ext/xmlrpc/
H A Dconfig.m485 for i in /usr/local /usr; do
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt15 * we're dealing with interface-local traffic... */

Completed in 47 milliseconds

123456