Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Dtimezone_equals_basic.phpt9 $tz1 = intltz_create_time_zone('Europe/Lisbon');
10 $tz2 = intltz_create_time_zone('Europe/Lisbon');
16 var_dump($tz1 == intltz_create_time_zone('Portugal'));
H A Dtimezone_createTimeZone_error.phpt12 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: could not convert time zone id to…
H A Dtimezone_createTimeZone_basic.phpt10 $tz = intltz_create_time_zone('GMT+01:00');
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_arginfo.h106 ZEND_FUNCTION(intltz_create_time_zone);
138 …ZEND_ME_MAPPING(createTimeZone, intltz_create_time_zone, arginfo_class_IntlTimeZone_createTimeZone…
H A Dtimezone_methods.cpp49 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() argument
/PHP-8.1/ext/intl/
H A Dphp_intl_arginfo.h944 ZEND_FUNCTION(intltz_create_time_zone);
1134 ZEND_FE(intltz_create_time_zone, arginfo_intltz_create_time_zone)
H A Dphp_intl.stub.php403 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} function

Completed in 19 milliseconds