()
| 165 | } |
| 166 | |
| 167 | func (thread *phpThread) frankenPHPContext() *frankenPHPContext { |
| 168 | return thread.handler.frankenPHPContext() |
| 169 | } |
| 170 | |
| 171 | func (thread *phpThread) context() context.Context { |
| 172 | if thread.handler == nil { |
nothing calls this directly
no test coverage detected