(exitStatus int)
| 83 | } |
| 84 | |
| 85 | func (handler *workerThread) afterScriptExecution(exitStatus int) { |
| 86 | tearDownWorkerScript(handler, exitStatus) |
| 87 | } |
| 88 | |
| 89 | func (handler *workerThread) frankenPHPContext() *frankenPHPContext { |
| 90 | if handler.workerFrankenPHPContext != nil { |
nothing calls this directly
no test coverage detected