Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/tests/
H A Dtimezone_createTimeZone_error.phpt18 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: bad arguments in %s on line %d
23 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: bad arguments in %s on line %d
28 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: bad arguments in %s on line %d
31 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-7.1/ext/intl/timezone/
H A Dtimezone_methods.h24 PHP_FUNCTION(intltz_create_time_zone);
H A Dtimezone_class.cpp460 …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-7.1/ext/intl/
H A Dphp_intl.c753 PHP_FE( intltz_create_time_zone, arginfo_tz_idarg_static )

Completed in 15 milliseconds