Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/tests/
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 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_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.3/ext/date/lib/
H A Dparse_tz.c411 char *abbr; in timelib_get_time_zone_info() local
417 abbr = &(tz->timezone_abbr[to->abbr_idx]); in timelib_get_time_zone_info()
422 abbr = tz->timezone_abbr; in timelib_get_time_zone_info()
433 tmp->abbr = abbr ? strdup(abbr) : strdup("GMT"); in timelib_get_time_zone_info()
H A Dunixtime2tm.c204 timelib_time_tz_abbr_update(tm, gmt_offset->abbr); in timelib_unixtime2local()
235 t->tz_abbr = strdup(gmt_offset->abbr); in timelib_set_timezone()
H A Dtimelib_structs.h149 char *abbr; member
H A Dtimelib.h74 char *timelib_timezone_id_from_abbr(const char *abbr, long gmtoffset, int isdst);
H A Dtimelib.c101 TIMELIB_TIME_FREE(t->abbr); in timelib_time_offset_dtor()
H A Dtm2unixtime.c421 tz->tz_abbr = strdup(gmt_offset->abbr); in do_adjust_timezone()
H A Dparse_date.re2262 char *timelib_timezone_id_from_abbr(const char *abbr, long gmtoffset, int isdst)
2266 tp = zone_search(abbr, gmtoffset, isdst);
H A Dparse_date.c25255 char *timelib_timezone_id_from_abbr(const char *abbr, long gmtoffset, int isdst) in timelib_timezone_id_from_abbr() argument
25259 tp = zone_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()
/PHP-5.3/ext/date/
H A Dphp_date.h130 char *abbr; member
H A Dphp_date.c314 ZEND_ARG_INFO(0, abbr)
1053 offset->abbr = strdup(t->tz_abbr); in date_format()
1059 offset->abbr = malloc(9); /* GMT�xxxx\0 */ in date_format()
1262 offset->abbr = strdup(t->tz_abbr); in php_idate()
1268 offset->abbr = malloc(9); /* GMT�xxxx\0 */ in php_idate()
1659 ta.tm_zone = offset->abbr; in php_strftime()
2225 new_obj->tzi.z.abbr = old_obj->tzi.z.abbr; in date_object_clone_timezone()
2369 free(intern->tzi.z.abbr); in date_object_free_storage_timezone()
2472 new_abbr = strdup(tzobj->tzi.z.abbr); in php_date_initialize()
3334 RETURN_STRING(tzobj->tzi.z.abbr, 1); in PHP_FUNCTION()
[all …]

Completed in 120 milliseconds