Home
last modified time | relevance | path

Searched refs:IntlTimeZone (Results 76 – 83 of 83) sorted by relevance

1234

/PHP-7.1/ext/intl/tests/
H A Ddateformat_timezone_arg_variations.phpt24 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
H A Ddateformat_timezone_arg_variations4.phpt24 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
H A Ddateformat_timezone_arg_variations2.phpt24 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
H A Ddateformat_timezone_arg_variations3.phpt25 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
/PHP-7.1/ext/intl/
H A Dphp_intl.c466 ZEND_ARG_OBJ_INFO( 0, timeZone, IntlTimeZone, 0 )
474 ZEND_ARG_OBJ_INFO( 0, timeZone, IntlTimeZone, 0 )
475 ZEND_ARG_OBJ_INFO( 0, otherTimeZone, IntlTimeZone, 0 )
479 ZEND_ARG_OBJ_INFO( 0, timeZone, IntlTimeZone, 0 )
486 ZEND_ARG_OBJ_INFO( 0, timeZone, IntlTimeZone, 0 )
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp395 ZEND_ARG_OBJ_INFO(0, otherTimeZone, IntlTimeZone, 0)
430 ZEND_ARG_OBJ_INFO(0, otherTimeZone, IntlTimeZone, 0)
459 PHP_ME(IntlTimeZone, __construct, ainfo_tz_void, ZEND_ACC_PRIVATE)
H A Dtimezone_methods.cpp40 U_CFUNC PHP_METHOD(IntlTimeZone, __construct) in PHP_METHOD() argument
/PHP-7.1/
H A DNEWS1768 . Added IntlTimeZone::getWindowsID() and
1769 IntlTimeZone::getIDForWindowsID(). (Sara)

Completed in 23 milliseconds

1234