Home
last modified time | relevance | path

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

/PHP-7.4/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",
21 Warning: datefmt_create(): datefmt_create: Time zone identifier given is not a valid UTF-8 string i…
24 Exception: IntlDateFormatter::__construct(): datefmt_create: error converting pattern to UTF-16 in …
H A Ddateformat___construct_bad_tz_cal.phpt35 Exception: IntlDateFormatter::__construct(): datefmt_create: no such time zone: 'bad timezone' in %…
37 Exception: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it mu…
39 Exception: IntlDateFormatter::__construct(): datefmt_create: Invalid calendar argument; should be a…
H A Dbug62081.phpt15 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call …
H A Dbug74298.phpt18 var_dump(datefmt_create(
H A Ddateformat_calendars.phpt44 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid valu…
H A Ddateformat_calendars_variant3.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-7.4/ext/intl/dateformat/
H A Ddateformat_create.h21 PHP_FUNCTION( datefmt_create );
H A Ddateformat.h21 PHP_FUNCTION( datefmt_create );
H A Ddateformat_create.cpp192 U_CFUNC PHP_FUNCTION( datefmt_create ) in PHP_FUNCTION() argument
H A Ddateformat_class.c162 …ZEND_FENTRY( create, ZEND_FN( datefmt_create ), arginfo_intldateformatter___construct, ZEND_ACC_P…
/PHP-7.4/ext/intl/
H A Dphp_intl.c705 PHP_FE( datefmt_create, arginfo_datefmt_create )

Completed in 21 milliseconds