Searched defs:local (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/ftp/ |
H A D | php_ftp.c | 685 char *local, *remote; in PHP_FUNCTION() local 748 char *local, *remote; in PHP_FUNCTION() local 954 char *remote, *local; in PHP_FUNCTION() local 1006 char *remote, *local; in PHP_FUNCTION() local 1040 char *remote, *local; in PHP_FUNCTION() local
|
/php-src/ext/intl/timezone/ |
H A D | timezone.stub.php | 134 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {}
|
H A D | timezone_methods.cpp | 435 bool local; in PHP_FUNCTION() local
|
/php-src/ext/phar/ |
H A D | zip.c | 450 phar_zip_file_header local; /* Warning: only filled in when the entry is not a directory! */ in phar_parse_zipfile() local 872 phar_zip_file_header local; in phar_zip_changed_apply_int() local
|
H A D | phar.c | 2389 phar_zip_file_header local; in phar_postprocess_file() local
|
/php-src/ext/dom/ |
H A D | php_dom.h | 86 xmlChar *local, *local_lower; member
|
H A D | php_dom.c | 1455 …bject *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, const char *local, size_t loca… in dom_namednode_iter() 1858 static bool dom_match_qualified_name_for_tag_name_equality(const xmlChar *local, const xmlChar *loc… in dom_match_qualified_name_for_tag_name_equality() 1868 …_by_tag_name_ns_raw(xmlNodePtr basep, xmlNodePtr nodep, xmlChar *ns, xmlChar *local, xmlChar *loca… in dom_get_elements_by_tag_name_ns_raw()
|
/php-src/ext/standard/ |
H A D | filestat.c | 736 const char *local = NULL; in php_stat() local
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 596 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
|
Completed in 62 milliseconds