Home
last modified time | relevance | path

Searched refs:abbr (Results 1 – 20 of 20) sorted by relevance

/PHP-5.6/ext/date/tests/
H A DDateTimeZone_listAbbreviations_basic1.phpt16 $abbr = DateTimeZone::listAbbreviations();
18 var_dump( gettype($abbr) );
19 var_dump( count($abbr) );
22 var_dump( $abbr["acst"] );
H A Dtimezone_abbreviations_list_basic1.phpt16 $abbr = timezone_abbreviations_list();
18 var_dump( gettype($abbr) );
19 var_dump( count($abbr) );
22 var_dump( $abbr["acst"] );
H A Dtimezone_name_from_abbr_error.phpt5 /* Prototype : string timezone_name_from_abbr ( string $abbr [, int $gmtOffset= -1 [, int $isds…
22 $abbr = 10;
26 var_dump( timezone_name_from_abbr($abbr, $gmtOffset, $isdst, $extra_arg) );
H A Dtimezone_name_from_abbr_variation1.phpt2 …ne_name_from_abbr() function : usage variation - Passing unexpected values to first argument $abbr.
5 /* Prototype : string timezone_name_from_abbr ( string $abbr [, int $gmtOffset= -1 [, int $isds…
11 …ng timezone_name_from_abbr() : usage variation - unexpected values to first argument \$abbr***\n";
100 foreach($inputs as $variation =>$abbr) {
102 var_dump( timezone_name_from_abbr($abbr, $gmtOffset, $isdst) );
111 …Testing timezone_name_from_abbr() : usage variation - unexpected values to first argument $abbr***
H A Dbug48058.phpt26 ["abbr"]=>
H A Dtimezone_name_from_abbr_variation2.phpt5 /* Prototype : string timezone_name_from_abbr ( string $abbr [, int $gmtOffset= -1 [, int $isds…
97 $abbr= "GMT";
102 var_dump( timezone_name_from_abbr($abbr, $gmtOffset, $isdst) );
H A Dtimezone_name_from_abbr_variation3.phpt5 /* Prototype : string timezone_name_from_abbr ( string $abbr [, int $gmtOffset= -1 [, int $isds…
97 $abbr= "GMT";
102 var_dump( timezone_name_from_abbr($abbr, $gmtOffset, $isdst) );
H A DDateTimeZone_getTransitions_basic1.phpt47 ["abbr"]=>
H A Dtimezone_transitions_get_basic1.phpt50 ["abbr"]=>
H A Dtimezone_name_from_abbr_basic1.phpt5 /* Prototype : string timezone_name_from_abbr ( string $abbr [, int $gmtOffset= -1 [, int $isds…
/PHP-5.6/ext/date/lib/
H A Dunixtime2tm.c207 timelib_time_tz_abbr_update(tm, gmt_offset->abbr); in timelib_unixtime2local()
240 t->tz_abbr = timelib_strdup(abbr_info.abbr); in timelib_set_timezone_from_abbr()
266 t->tz_abbr = timelib_strdup(gmt_offset->abbr); in timelib_set_timezone()
H A Dparse_tz.c484 char *abbr; in timelib_get_time_zone_info() local
490 abbr = &(tz->timezone_abbr[to->abbr_idx]); in timelib_get_time_zone_info()
495 abbr = tz->timezone_abbr; in timelib_get_time_zone_info()
506 tmp->abbr = abbr ? timelib_strdup(abbr) : timelib_strdup("GMT"); in timelib_get_time_zone_info()
H A Dtimelib_structs.h235 char *abbr; member
263 char *abbr; member
H A Dtimelib.h90 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst);
H A Dtimelib.c125 TIMELIB_TIME_FREE(t->abbr); in timelib_time_offset_dtor()
H A Dtm2unixtime.c440 tz->tz_abbr = timelib_strdup(gmt_offset->abbr); in do_adjust_timezone()
H A Dparse_date.re2220 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst)
2224 tp = abbr_search(abbr, gmtoffset, isdst);
H A Dparse_date.c24331 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) in timelib_timezone_id_from_abbr() argument
24335 tp = abbr_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()
/PHP-5.6/ext/date/
H A Dphp_date.c324 ZEND_ARG_INFO(0, abbr)
1087 offset->abbr = strdup(t->tz_abbr); in date_format()
1093 offset->abbr = malloc(9); /* GMT�xxxx\0 */ in date_format()
1298 offset->abbr = strdup(t->tz_abbr); in php_idate()
1693 ta.tm_zone = offset->abbr; in php_strftime()
2319 new_obj->tzi.z.abbr = strdup(old_obj->tzi.z.abbr); in date_object_clone_timezone()
2362 ZVAL_STRING(zv, tzobj->tzi.z.abbr, 1); in date_object_get_properties_timezone()
2513 free(intern->tzi.z.abbr); in date_object_free_storage_timezone()
2614 new_abbr = strdup(tzobj->tzi.z.abbr); in php_date_initialize()
3837 RETURN_STRING(tzobj->tzi.z.abbr, 1); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/intl/common/
H A Dcommon_date.cpp82 : ((php_timezone_obj*)object)->tzi.z.abbr;

Completed in 91 milliseconds