mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

This is effectively removing ZPP tests, enabling warnings, and moving INI settings into the INI PHPT block
14 lines
220 B
PHP
14 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
|