Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_format_object.cpp73 DateFormat::EStyle dateStyle = DateFormat::kDefault, in PHP_FUNCTION() local
113 dateStyle = (DateFormat::EStyle)Z_LVAL_P(z); in PHP_FUNCTION()
137 dateStyle = timeStyle = (DateFormat::EStyle)Z_LVAL_P(format); in PHP_FUNCTION()
207 df = DateFormat::createDateTimeInstance(dateStyle, timeStyle, in PHP_FUNCTION()

Completed in 5 milliseconds