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

Method beforeScriptExecution

phpthread.go:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38type threadHandler interface {
39 name() string
40 beforeScriptExecution() string
41 afterScriptExecution(exitStatus int)
42 context() context.Context
43 frankenPHPContext() *frankenPHPContext

Implementers 4

taskThreadthreadtasks_test.go
workerThreadthreadworker.go
inactiveThreadthreadinactive.go
regularThreadthreadregular.go

Calls

no outgoing calls

Tested by

no test coverage detected