Searched defs:calendar (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/calendar/ |
H A D | calendar.c | 223 PHP_MINIT_FUNCTION(calendar) in PHP_MINIT_FUNCTION() argument 253 PHP_MINFO_FUNCTION(calendar) in PHP_MINFO_FUNCTION() argument 264 struct cal_entry_t *calendar; in _php_cal_info() local 327 struct cal_entry_t *calendar; in PHP_FUNCTION() local 392 struct cal_entry_t *calendar; in PHP_FUNCTION() local
|
/PHP-5.3/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 30 …ntlDateFormatter_object *dfo, char* timezone_id, int timezone_id_len, int calendar, zval* return_v… in internal_set_calendar() 381 long calendar = 0; in PHP_FUNCTION() local
|
H A D | dateformat_class.h | 31 int calendar ; member
|
H A D | dateformat.c | 78 long calendar = UCAL_GREGORIAN; in datefmt_ctor() local
|
/PHP-5.3/ext/intl/doc/ |
H A D | datefmt_api.php | 66 …public function __construct($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pa… 82 …public static function create($locale, $datetype, $timetype, $timezone = null, $calendar= null , $… 262 …function datefmt_create($locale, $datetype, $timetype, $timezone = null, $calendar= null ,$pattern…
|
Completed in 13 milliseconds