Browse Source

fix test

experimental/first_unicode_implementation
Antony Dovgal 18 years ago
parent
commit
523f696954
  1. 2
      ext/date/tests/bug45529.phpt

2
ext/date/tests/bug45529.phpt

@ -1,7 +1,7 @@
--TEST-- --TEST--
Bug #45529 (UTC not properly recognised as timezone identifier while parsing) Bug #45529 (UTC not properly recognised as timezone identifier while parsing)
--INI-- --INI--
date.default_timezone=Europe/Oslo
date.timezone=Europe/Oslo
--FILE-- --FILE--
<?php <?php
$tz1 = new DateTimeZone('UTC'); $tz1 = new DateTimeZone('UTC');

Loading…
Cancel
Save