Searched refs:datefmt_create (Results 1 – 16 of 16) sorted by relevance
/PHP-7.1/ext/intl/tests/ |
H A D | dateformat_bug68893.phpt | 2 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 D | bug62017.phpt | 2 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 D | dateformat___construct_bad_tz_cal.phpt | 35 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 D | bug62081.phpt | 15 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call …
|
H A D | bug74298.phpt | 18 var_dump(datefmt_create(
|
H A D | dateformat_calendars.phpt | 44 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid valu…
|
H A D | dateformat_calendars_variant3.phpt | 44 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid valu…
|
H A D | dateformat_calendars_variant2.phpt | 45 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid valu…
|
H A D | ut_common.inc | 342 …eturn $GLOBALS['oo-mode'] ? datefmt_create( $locale, $datetype, $timetype, $timezone, $calendar ,$…
|
/PHP-7.1/ext/intl/doc/ |
H A D | datefmt_api.php | 64 * @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.1/ext/intl/dateformat/ |
H A D | dateformat_create.h | 21 PHP_FUNCTION( datefmt_create );
|
H A D | dateformat.h | 21 PHP_FUNCTION( datefmt_create );
|
H A D | dateformat_create.cpp | 196 U_CFUNC PHP_FUNCTION( datefmt_create ) in PHP_FUNCTION() argument
|
H A D | dateformat_class.c | 163 …ZEND_FENTRY( create, ZEND_FN( datefmt_create ), arginfo_intldateformatter___construct, ZEND_ACC_P…
|
/PHP-7.1/ext/intl/ |
H A D | php_intl.c | 699 PHP_FE( datefmt_create, arginfo_datefmt_create )
|
/PHP-7.1/ |
H A D | NEWS | 2979 . Fixed bug #68893 (Stackoverflow in datefmt_create). (Anatol)
|
Completed in 28 milliseconds