
---- EXPECTED OUTPUT
We're here
object(stdClass)#%d (1) {
  ["with_ _null_char"]=>
  int(42)
}
object(stdClass)#%d (1) {
  ["with_ _null_char"]=>
  int(42)
}
object(stdClass)#%d (1) {
  ["with_ _null_char"]=>
  int(42)
}
---- ACTUAL OUTPUT
Warning: Module "redis" is already loaded in Unknown on line 0
We're here
object(stdClass)#1 (1) {
  ["with_ _null_char"]=>
  int(42)
}
object(stdClass)#1 (1) {
  ["with_ _null_char"]=>
  int(42)
}
object(stdClass)#1 (1) {
  ["with_ _null_char"]=>
  int(42)
}
---- FAILED
