diff options
author | Anatol Belski <ab@php.net> | 2016-09-13 12:09:50 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-09-13 12:09:50 +0200 |
commit | 2820adcc7e9175dacbfd261966b21c21612ac80d (patch) | |
tree | 0af907e52bc6136bc7c3e8acc01f2b5a8c0346a2 | |
parent | 2088e3eb45ebed1b9eb0f6b3fe258820a0021e5f (diff) | |
parent | 855b8e4f79769cfe9e528f3355509119fce122ea (diff) | |
download | php-git-2820adcc7e9175dacbfd261966b21c21612ac80d.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix test portability
-rw-r--r-- | ext/session/tests/016.phpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt index ce01c4d037..5e20ca348b 100644 --- a/ext/session/tests/016.phpt +++ b/ext/session/tests/016.phpt @@ -24,5 +24,6 @@ print "I live\n"; --EXPECTF-- Warning: session_start(): Failed to create session data file path. Too short session ID, invalid save_path or path lentgth exceeds MAXPATHLEN(%d) in %s on line 4 -Warning: session_start(): Failed to read session data: files (path: 123;:/really\completely:::/invalid;;,23123;213) in %s on line 4 -I live
\ No newline at end of file +Warning: session_start(): Failed to read session data: files (path: 123;:/really%scompletely:::/invalid;;,23123;213) in %s on line 4 +I live + |