Home
last modified time | relevance | path

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

/php-src/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
9 datefmt_create('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "\xFF",
20 Warning: datefmt_create(): datefmt_create: Time zone identifier given is not a valid UTF-8 string i…
23 Exception: IntlDateFormatter::__construct(): datefmt_create: error converting pattern to UTF-16 in …
H A Ddateformat___construct_bad_tz_cal.phpt32 Exception: IntlDateFormatter::__construct(): datefmt_create: No such time zone: 'bad timezone' in %…
34 Exception: IntlDateFormatter::__construct(): datefmt_create: Invalid value for calendar type; it mu…
H A Dbug62081.phpt14 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call …
H A Dgh12243.phpt24 datefmt_create: time format must be UDAT_PATTERN if date format is UDAT_PATTERN: U_ILLEGAL_ARGUMENT…
H A Dbug74298.phpt18 var_dump(datefmt_create(
H A Ddateformat_create_default.phpt19 $fmt = datefmt_create('en_US');
H A Ddateformat_create_default_icu72-1.phpt19 $fmt = datefmt_create('en_US');
H A Ddateformat_calendars_variant_icu72-1.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 Dut_common.inc346 …eturn $GLOBALS['oo-mode'] ? datefmt_create( $locale, $datetype, $timetype, $timezone, $calendar ,$…
/php-src/ext/intl/dateformat/
H A Ddateformat_create.cpp203 U_CFUNC PHP_FUNCTION( datefmt_create ) in PHP_FUNCTION() argument
H A Ddateformat_arginfo.h95 ZEND_FUNCTION(datefmt_create);
/php-src/ext/intl/
H A Dphp_intl.stub.php332 function datefmt_create( function
H A Dphp_intl_arginfo.h857 ZEND_FUNCTION(datefmt_create);
1044 ZEND_FE(datefmt_create, arginfo_datefmt_create)

Completed in 29 milliseconds