mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix test
This commit is contained in:
parent
a199ec41c6
commit
9c2f3fc42c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
Bug #44742 (timezone_offset_get() causes segmentation faults)
|
Bug #44742 (timezone_offset_get() causes segmentation faults)
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
date_default_timezone_set('Europe/London');
|
||||||
$dates = array(
|
$dates = array(
|
||||||
"2008-04-11 00:00:00+0000",
|
"2008-04-11 00:00:00+0000",
|
||||||
"2008-04-11 00:00:00+0200",
|
"2008-04-11 00:00:00+0200",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue