diff options
| author | Anatol Belski <ab@php.net> | 2015-08-23 13:06:51 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-08-23 17:27:55 +0200 |
| commit | 78b2b1d6f74705d7835bf34297c2c6c78b2d0601 (patch) | |
| tree | cbfdad77f2d71a7a9891571b78b8ced2866fbdc2 | |
| parent | b460b530d633faf0aa6db9650dd15446dadea3db (diff) | |
| download | php-git-78b2b1d6f74705d7835bf34297c2c6c78b2d0601.tar.gz | |
fix test
backport from master
| -rw-r--r-- | ext/openssl/tests/bug65698.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/tests/bug65698.phpt b/ext/openssl/tests/bug65698.phpt index 35d31764d5..5b693421fe 100644 --- a/ext/openssl/tests/bug65698.phpt +++ b/ext/openssl/tests/bug65698.phpt @@ -13,7 +13,7 @@ var_dump($info["validFrom"], $info["validFrom_time_t"], $info["validTo"], $info[ Done --EXPECTF-- string(15) "20090303125318Z" -int(1236084798) +int(12360%d) string(15) "20240303125318Z" -int(1709470398) +int(17094%d) Done |
