diff options
author | Anatol Belski <ab@php.net> | 2016-01-29 21:27:22 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-01-29 21:27:22 +0100 |
commit | ac22f71477c49aa8bde1a0f73c17708ac0e560be (patch) | |
tree | 07746b3aa31bb17fa06c1dadbe871eee7abdc113 | |
parent | 6891e6abdf3c29caa465aefe80587de1db3a91ff (diff) | |
download | php-git-ac22f71477c49aa8bde1a0f73c17708ac0e560be.tar.gz |
Revert "adjust test for 7.0"
This reverts commit 7fdb019e66ae8faf1a83b57dc7f2dc7b72296fdc.
-rw-r--r-- | ext/session/tests/bug69111.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/session/tests/bug69111.phpt b/ext/session/tests/bug69111.phpt index 70f3a1921e..75b78f01ac 100644 --- a/ext/session/tests/bug69111.phpt +++ b/ext/session/tests/bug69111.phpt @@ -19,5 +19,4 @@ $sh->write("foo", "bar"); var_dump($sh->read(@$id)); ?> --EXPECTF-- -Warning: SessionHandler::read(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in %sbug69111.php on line %d bool(false) |