Searched refs:timeType (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | gh12243.phpt | 3 IntldateFormatter::timeType needs to be set as such. 15 timeType: 0,
|
H A D | gh8115.phpt | 32 Caught (8192): IntlDateFormatter::__construct(): Passing null to parameter #3 ($timeType) of type i…
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 41 int $timeType = IntlDateFormatter::FULL, argument 55 int $timeType = IntlDateFormatter::FULL, argument
|
H A D | dateformat_arginfo.h | 7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timeType, IS_LONG, 0, "IntlDateFormatter::FULL") 16 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timeType, IS_LONG, 0, "IntlDateFormatter::FULL")
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 335 int $timeType = IntlDateFormatter::FULL, argument
|
H A D | php_intl_arginfo.h | 282 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timeType, IS_LONG, 0, "IntlDateFormatter::FULL")
|
Completed in 17 milliseconds