MCPcopy Index your code
hub / github.com/php/frankenphp / regularThread

Struct regularThread

threadregular.go:16–22  ·  view source on GitHub ↗

representation of a non-worker PHP thread executes PHP scripts in a web context implements the threadHandler interface

Source from the content-addressed store, hash-verified

14// executes PHP scripts in a web context
15// implements the threadHandler interface
16type regularThread struct {
17 contextHolder
18
19 state *state.ThreadState
20 thread *phpThread
21 requestCount int
22}
23
24var (
25 regularThreads []*phpThread

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected