(t *testing.T)
| 327 | } |
| 328 | |
| 329 | func TestRequestSuperGlobal_module(t *testing.T) { testRequestSuperGlobal(t, nil) } |
| 330 | func TestRequestSuperGlobal_worker(t *testing.T) { |
| 331 | phpIni := make(map[string]string) |
| 332 | phpIni["auto_globals_jit"] = "1" |
nothing calls this directly
no test coverage detected