Browse Source

Fix test

PECL_OPENSSL
Hannes Magnusson 20 years ago
parent
commit
c6080567e2
  1. 2
      ext/date/tests/strtotime2.phpt

2
ext/date/tests/strtotime2.phpt

@ -2,6 +2,8 @@
strtotime() on date constants
--FILE--
<?php
date_default_timezone_set("Europe/Oslo");
$time = time();
$constants = array(

Loading…
Cancel
Save