Home
last modified time | relevance | path

Searched refs:intltz_create_time_zone (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/intl/tests/
H A Dtimezone_createTimeZone_error.phpt20 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: bad arguments in %s on line %d
25 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: bad arguments in %s on line %d
30 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: bad arguments in %s on line %d
33 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: could not convert time zone id to…
H A Dtimezone_equals_basic.phpt11 $tz1 = intltz_create_time_zone('Europe/Lisbon');
12 $tz2 = intltz_create_time_zone('Europe/Lisbon');
18 var_dump($tz1 == intltz_create_time_zone('Portugal'));
H A Dtimezone_createTimeZone_basic.phpt14 $tz = intltz_create_time_zone('GMT+01:00');
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.h24 PHP_FUNCTION(intltz_create_time_zone);
H A Dtimezone_class.cpp457 …PHP_ME_MAPPING(createTimeZone, intltz_create_time_zone, ainfo_tz_idarg, ZEND_ACC_PUBLIC | ZEN…
H A Dtimezone_methods.cpp47 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() argument
/PHP-5.5/ext/intl/
H A Dphp_intl.c764 PHP_FE( intltz_create_time_zone, arginfo_tz_idarg_static )
/PHP-5.5/
H A DUPGRADING323 - intltz_create_time_zone()
H A DNEWS2077 . Added the functions: intltz_create_time_zone(), intltz_create_default(),

Completed in 49 milliseconds