Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
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_error.phpt14 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: could not convert time zone id to…
H A Dtimezone_createTimeZone_basic.phpt12 $tz = intltz_create_time_zone('GMT+01:00');
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_arginfo.h96 ZEND_FUNCTION(intltz_create_time_zone);
128 …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.0/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.php372 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} function

Completed in 27 milliseconds