Searched refs:datefmt_create (Results 1 – 15 of 15) sorted by relevance
/PHP-5.5/ext/intl/tests/ |
H A D | bug62017.phpt | 2 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 D | dateformat___construct_bad_tz_cal.phpt | 24 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 D | bug62081.phpt | 15 Warning: IntlDateFormatter::__construct(): datefmt_create: cannot call constructor twice in %s on l…
|
H A D | dateformat_calendars.phpt | 44 Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must…
|
H A D | dateformat_calendars_variant3.phpt | 44 Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must…
|
H A D | dateformat_calendars_variant2.phpt | 45 Warning: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must…
|
H A D | ut_common.inc | 334 …eturn $GLOBALS['oo-mode'] ? datefmt_create( $locale, $datetype, $timetype, $timezone, $calendar ,$…
|
/PHP-5.5/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-5.5/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 | 176 U_CFUNC PHP_FUNCTION( datefmt_create ) in PHP_FUNCTION() argument
|
H A D | dateformat_class.c | 172 …ZEND_FENTRY( create, ZEND_FN( datefmt_create ), arginfo_intldateformatter___construct, ZEND_ACC_P…
|
/PHP-5.5/ |
H A D | UPGRADING | 136 - IntlDateFormatter::__construct and datefmt_create() now accept for 143 datefmt_create() (when the corresponding argument is not passed or 154 - IntlDateFormatter::__construct and datefmt_create() now accept for
|
H A D | NEWS | 2023 . IntlDateFormatter::__construct and datefmt_create() now accept for the 2026 . IntlDateFormatter::__construct and datefmt_create() no longer accept invalid 2029 datefmt_create() (when the corresponding argument is not passed or NULL is 2037 . IntlDateFormatter::__construct and datefmt_create() now accept for the 2846 . Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks
|
/PHP-5.5/ext/intl/ |
H A D | php_intl.c | 709 PHP_FE( datefmt_create, arginfo_datefmt_create )
|
Completed in 68 milliseconds