Test: /ext/session/tests/019.phpt - Version 7.3.1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ array(0) {
002+ }
003+
004+ Notice: Undefined index: o1 in %s/019.php on line 30
005+
006+ Fatal error: Uncaught Error: Call to a member function inc() on null in %s/019.php:30
007+ Stack trace:
008+ #0 {main}
009+ thrown in %s/019.php on line 30
001- array(2) {
002- ["o1"]=>
003- &object(TFoo)#%d (1) {
004- ["c"]=>
005- int(42)
006- }
007- ["o2"]=>
008- &object(TFoo)#%d (1) {
009- ["c"]=>
010- int(42)
011- }
012- }
013- array(2) {
014- ["o1"]=>
015- &object(TFoo)#%d (1) {
016- ["c"]=>
017- int(44)
018- }
019- ["o2"]=>
020- &object(TFoo)#%d (1) {
021- ["c"]=>
022- int(44)
023- }
024- }