Home
last modified time | relevance | path

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

/PHP-7.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",
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.phpt36 Exception: IntlDateFormatter::__construct(): datefmt_create: no such time zone: 'bad timezone' in %…
38 Exception: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it mu…
40 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 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.inc342 …eturn $GLOBALS['oo-mode'] ? datefmt_create( $locale, $datetype, $timetype, $timezone, $calendar ,$…
/PHP-7.0/ext/intl/doc/
H A Ddatefmt_api.php64 * @see datefmt_create
80 * @see datefmt_create
260 * @see datefmt_create
262 …function datefmt_create($locale, $datetype, $timetype, $timezone = null, $calendar= null ,$pattern… function
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_create.h21 PHP_FUNCTION( datefmt_create );
H A Ddateformat.h21 PHP_FUNCTION( datefmt_create );
H A Ddateformat_create.cpp196 U_CFUNC PHP_FUNCTION( datefmt_create ) in PHP_FUNCTION() argument
H A Ddateformat_class.c163 …ZEND_FENTRY( create, ZEND_FN( datefmt_create ), arginfo_intldateformatter___construct, ZEND_ACC_P…
/PHP-7.0/ext/intl/
H A Dphp_intl.c715 PHP_FE( datefmt_create, arginfo_datefmt_create )
/PHP-7.0/
H A DNEWS1691 . Fixed bug #68893 (Stackoverflow in datefmt_create). (Anatol)

Completed in 22 milliseconds