Searched refs:datefmt_create (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/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: error converting timezone_str to UTF-16 in %s on line %d 20 Warning: IntlDateFormatter::__construct(): datefmt_create: error converting pattern to UTF-16 in %s…
|
H A D | bug62081.phpt | 13 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 | ut_common.inc | 334 …eturn $GLOBALS['oo-mode'] ? datefmt_create( $locale, $datetype, $timetype, $timezone, $calendar ,$…
|
/PHP-5.3/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.3/ext/intl/dateformat/ |
H A D | dateformat.h | 21 PHP_FUNCTION( datefmt_create );
|
H A D | dateformat.c | 202 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-5.3/ext/intl/ |
H A D | php_intl.c | 443 PHP_FE( datefmt_create, arginfo_datefmt_create )
|
/PHP-5.3/ |
H A D | NEWS | 463 . Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks
|
Completed in 43 milliseconds