Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/tests/
H A Dbug62017.phpt2 Bug #62017: datefmt_create with incorrectly encoded timezone leaks pattern
11 datefmt_create('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "\xFF",
17 Warning: datefmt_create(): datefmt_create: Time zone identifier given is not a valid UTF-8 string i…
20 Warning: IntlDateFormatter::__construct(): datefmt_create: error converting pattern to UTF-16 in %s…
H A Ddateformat___construct_bad_tz_cal.phpt24 Warning: IntlDateFormatter::__construct(): datefmt_create: no such time zone: 'bad timezone' in %s …
27 Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must…
30 Warning: IntlDateFormatter::__construct(): datefmt_create: Invalid calendar argument; should be an …
H A Dbug62081.phpt15 Warning: IntlDateFormatter::__construct(): datefmt_create: cannot call constructor twice in %s on l…
H A Ddateformat_calendars_variant3.phpt44 Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must…
H A Ddateformat_calendars.phpt44 Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must…
H A Ddateformat_calendars_variant2.phpt45 Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must…
H A Dut_common.inc334 …eturn $GLOBALS['oo-mode'] ? datefmt_create( $locale, $datetype, $timetype, $timezone, $calendar ,$…
/PHP-5.6/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-5.6/ext/intl/dateformat/
H A Ddateformat_create.h21 PHP_FUNCTION( datefmt_create );
H A Ddateformat.h21 PHP_FUNCTION( datefmt_create );
H A Ddateformat_create.cpp176 U_CFUNC PHP_FUNCTION( datefmt_create ) in PHP_FUNCTION() argument
H A Ddateformat_class.c172 …ZEND_FENTRY( create, ZEND_FN( datefmt_create ), arginfo_intldateformatter___construct, ZEND_ACC_P…
/PHP-5.6/ext/intl/
H A Dphp_intl.c709 PHP_FE( datefmt_create, arginfo_datefmt_create )
/PHP-5.6/
H A DNEWS3601 . IntlDateFormatter::__construct and datefmt_create() now accept for the
3604 . IntlDateFormatter::__construct and datefmt_create() no longer accept invalid
3607 datefmt_create() (when the corresponding argument is not passed or NULL is
3615 . IntlDateFormatter::__construct and datefmt_create() now accept for the
4424 . Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks

Completed in 56 milliseconds