Test: /ext/session/tests/session_decode_variation2.phpt - Version 7.2.0-dev    

There is 1 diff reported by users for this test.

Count Diff
38 (100%)
002+
003+ Fatal error: Uncaught Exception: Could not gather sufficient random data in %s/session_decode_variation2.php:13
004+ Stack trace:
005+ #0 %s/session_decode_variation2.php(13): session_start()
006+ #1 {main}
007+
008+ Next Exception: Could not gather sufficient random data in %s/session_decode_variation2.php:13
009+ Stack trace:
010+ #0 %s/session_decode_variation2.php(13): session_start()
011+ #1 {main}
012+
013+ Next Exception: Could not gather sufficient random data in %s/session_decode_variation2.php:13
014+ Stack trace:
015+ #0 %s/session_decode_variation2.php(13): session_start()
016+ #1 {main}
017+
018+ Next Exception: Could not gather sufficient random data in %s/session_decode_variation2.php:13
019+ Stack trace:
020+ #0 %s/session_decode_variation2.php(13): session_start()
021+ #1 {main}
022+
023+ Next Error: Failed to create session ID: files (path: ) in %s/session_decode_variation2.php:13
024+ Stack trace:
025+ #0 %s/session_decode_variation2.php(13): session_start()
026+ #1 {main}
027+ thrown in %s/session_decode_variation2.php on line 13
002- bool(true)
003- array(0) {
004- }
005- array(3) {
006- ["foo"]=>
007- int(1234567890)
008- ["bar"]=>
009- string(12) "Hello World!"
010- ["guff"]=>
011- float(123.456)
012- }
013- bool(true)
014- array(4) {
015- ["foo"]=>
016- &array(3) {
017- [0]=>
018- int(1)
019- [1]=>
020- int(2)
021- [2]=>
022- int(3)
023- }
024- ["bar"]=>
025- string(12) "Hello World!"
026- ["guff"]=>
027- &array(3) {
028- [0]=>
029- int(1)
030- [1]=>
031- int(2)
032- [2]=>
033- int(3)
034- }
035- ["blah"]=>
036- &array(3) {
037- [0]=>
038- int(1)
039- [1]=>
040- int(2)
041- [2]=>
042- int(3)
043- }
044- }
045- bool(true)
046- Done