mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
15 lines
No EOL
260 B
PHP
15 lines
No EOL
260 B
PHP
--TEST--
|
|
IntlTimeZone::getTZDataVersion: basic test
|
|
--EXTENSIONS--
|
|
intl
|
|
--FILE--
|
|
<?php
|
|
ini_set("intl.error_level", E_WARNING);
|
|
print_R(IntlTimeZone::getTZDataVersion());
|
|
echo "\n";
|
|
print_R(intltz_get_tz_data_version());
|
|
echo "\n";
|
|
?>
|
|
--EXPECTF--
|
|
20%d%s
|
|
20%d%s
|