Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Ddateformat_bug68893.phpt2 Bug #68893 Stackoverflow in datefmt_create
8 $f = datefmt_create("en_us", -10000000, 1);
11 $f = datefmt_create("en_us", 1, -10000000);
17 string(67) "datefmt_create: invalid date format style: U_ILLEGAL_ARGUMENT_ERROR"
19 string(67) "datefmt_create: invalid time format style: U_ILLEGAL_ARGUMENT_ERROR"
H A Dbug62017.phpt2 Bug #62017: datefmt_create with incorrectly encoded timezone leaks pattern
11 datefmt_create('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "\xFF",
22 Warning: datefmt_create(): datefmt_create: Time zone identifier given is not a valid UTF-8 string i…
25 Exception: IntlDateFormatter::__construct(): datefmt_create: error converting pattern to UTF-16 in …
H A Ddateformat___construct_bad_tz_cal.phpt34 Exception: IntlDateFormatter::__construct(): datefmt_create: No such time zone: 'bad timezone' in %…
36 Exception: IntlDateFormatter::__construct(): datefmt_create: Invalid value for calendar type; it mu…
H A Dbug62081.phpt16 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call …
H A Dbug74298.phpt18 var_dump(datefmt_create(
H A Ddateformat_calendars_variant3.phpt44 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: Invalid valu…
H A Ddateformat_calendars.phpt44 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: Invalid valu…
H A Ddateformat_calendars_variant2.phpt45 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: Invalid valu…
H A Dut_common.inc346 …eturn $GLOBALS['oo-mode'] ? datefmt_create( $locale, $datetype, $timetype, $timezone, $calendar ,$…
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_arginfo.h82 ZEND_FUNCTION(datefmt_create);
106 …ZEND_ME_MAPPING(create, datefmt_create, arginfo_class_IntlDateFormatter_create, ZEND_ACC_PUBLIC|ZE…
H A Ddateformat_create.cpp189 U_CFUNC PHP_FUNCTION( datefmt_create ) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h855 ZEND_FUNCTION(datefmt_create);
1045 ZEND_FE(datefmt_create, arginfo_datefmt_create)
H A Dphp_intl.stub.php161 function datefmt_create(?string $locale, int $dateType, int $timeType, $timezone = null, IntlCalend… function

Completed in 25 milliseconds