Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/date/lib/
H A Dtimelib_structs.h159 char *abbr; member
187 char *abbr; member
H A Dunixtime2tm.c203 timelib_time_tz_abbr_update(tm, gmt_offset->abbr); in timelib_unixtime2local()
236 t->tz_abbr = strdup(abbr_info.abbr); in timelib_set_timezone_from_abbr()
262 t->tz_abbr = strdup(gmt_offset->abbr); in timelib_set_timezone()
H A Dparse_tz.c478 char *abbr; in timelib_get_time_zone_info() local
484 abbr = &(tz->timezone_abbr[to->abbr_idx]); in timelib_get_time_zone_info()
489 abbr = tz->timezone_abbr; in timelib_get_time_zone_info()
500 tmp->abbr = abbr ? strdup(abbr) : strdup("GMT"); in timelib_get_time_zone_info()
H A Dtimelib.h77 char *timelib_timezone_id_from_abbr(const char *abbr, long gmtoffset, int isdst);
H A Dtimelib.c103 TIMELIB_TIME_FREE(t->abbr); in timelib_time_offset_dtor()
H A Dtm2unixtime.c428 tz->tz_abbr = strdup(gmt_offset->abbr); in do_adjust_timezone()
H A Dparse_date.re2205 char *timelib_timezone_id_from_abbr(const char *abbr, long gmtoffset, int isdst)
2209 tp = abbr_search(abbr, gmtoffset, isdst);
H A Dparse_date.c25196 char *timelib_timezone_id_from_abbr(const char *abbr, long gmtoffset, int isdst) in timelib_timezone_id_from_abbr() argument
25200 tp = abbr_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()
/PHP-5.5/ext/date/
H A Dphp_date.c320 ZEND_ARG_INFO(0, abbr)
1079 offset->abbr = strdup(t->tz_abbr); in date_format()
1085 offset->abbr = malloc(9); /* GMT�xxxx\0 */ in date_format()
1290 offset->abbr = strdup(t->tz_abbr); in php_idate()
1685 ta.tm_zone = offset->abbr; in php_strftime()
2310 new_obj->tzi.z.abbr = strdup(old_obj->tzi.z.abbr); in date_object_clone_timezone()
2353 ZVAL_STRING(zv, tzobj->tzi.z.abbr, 1); in date_object_get_properties_timezone()
2504 free(intern->tzi.z.abbr); in date_object_free_storage_timezone()
2605 new_abbr = strdup(tzobj->tzi.z.abbr); in php_date_initialize()
3802 RETURN_STRING(tzobj->tzi.z.abbr, 1); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp82 : ((php_timezone_obj*)object)->tzi.z.abbr;

Completed in 80 milliseconds