Home
last modified time | relevance | path

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

/PHP-8.4/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_basic.phpt10 $tz = intltz_create_time_zone('GMT+01:00');
/PHP-8.4/ext/intl/timezone/
H A Dtimezone_arginfo.h109 ZEND_FUNCTION(intltz_create_time_zone);
H A Dtimezone_methods.cpp49 U_CFUNC PHP_FUNCTION(intltz_create_time_zone) in PHP_FUNCTION() argument
/PHP-8.4/ext/intl/
H A Dphp_intl.stub.php571 function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} function
H A Dphp_intl_arginfo.h953 ZEND_FUNCTION(intltz_create_time_zone);
1144 ZEND_FE(intltz_create_time_zone, arginfo_intltz_create_time_zone)

Completed in 16 milliseconds