mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fixed test
This commit is contained in:
parent
28d91d0cde
commit
8f8b51bc87
1 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ var_dump($tzold->getName());
|
||||||
echo "Done\n";
|
echo "Done\n";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
unicode(3) "UTC"
|
string(3) "UTC"
|
||||||
unicode(3) "UTC"
|
string(3) "UTC"
|
||||||
unicode(10) "US/Eastern"
|
string(10) "US/Eastern"
|
||||||
unicode(3) "UTC"
|
string(3) "UTC"
|
||||||
Done
|
Done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue