1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Files
archived-php-src/ext/intl/tests/timezone_getTZData_basic.phpt
Gina Peter Banyard c42e6d62d8 ext/intl: modernize tests (#19392)
This is effectively removing ZPP tests, enabling warnings, and moving INI settings into the INI PHPT block
2025-08-06 23:33:48 +01:00

15 lines
220 B
PHP

--TEST--
IntlTimeZone::getTZDataVersion: basic test
--EXTENSIONS--
intl
--FILE--
<?php
print_R(IntlTimeZone::getTZDataVersion());
echo "\n";
print_R(intltz_get_tz_data_version());
echo "\n";
?>
--EXPECTF--
20%d%s
20%d%s