diff options
author | Anatol Belski <ab@php.net> | 2015-02-27 16:46:04 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-02-27 16:48:09 +0100 |
commit | 5aec067b3446fa69469e17edd201713dee5d6fe9 (patch) | |
tree | 9695d0d9de2d03f89f97e8b92ee28ca29a3bebf8 | |
parent | 1aea0f4b59487f823efb0dc8cc862822b1604371 (diff) | |
download | php-git-5aec067b3446fa69469e17edd201713dee5d6fe9.tar.gz |
fix dir separator in tests
-rw-r--r-- | ext/date/tests/bug68942.phpt | 2 | ||||
-rw-r--r-- | ext/date/tests/bug68942_2.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/bug68942.phpt b/ext/date/tests/bug68942.phpt index 595cd9fa92..a26ce8867b 100644 --- a/ext/date/tests/bug68942.phpt +++ b/ext/date/tests/bug68942.phpt @@ -6,4 +6,4 @@ $data = unserialize('a:2:{i:0;O:12:"DateTimeZone":2:{s:13:"timezone_type";a:2:{i var_dump($data); ?> --EXPECTF-- -Fatal error: DateTimeZone::__wakeup(): Timezone initialization failed in %s/bug68942.php on line %d +Fatal error: DateTimeZone::__wakeup(): Timezone initialization failed in %s%ebug68942.php on line %d diff --git a/ext/date/tests/bug68942_2.phpt b/ext/date/tests/bug68942_2.phpt index 5b02567008..54ffdb535e 100644 --- a/ext/date/tests/bug68942_2.phpt +++ b/ext/date/tests/bug68942_2.phpt @@ -6,4 +6,4 @@ $data = unserialize('a:2:{i:0;O:8:"DateTime":3:{s:4:"date";s:26:"2000-01-01 00:0 var_dump($data); ?> --EXPECTF-- -Fatal error: Invalid serialization data for DateTime object in %s/bug68942_2.php on line %d +Fatal error: Invalid serialization data for DateTime object in %s%ebug68942_2.php on line %d |