github.com/symfony-cli/symfony-cli@v0.0.0-20240514161054-ece2df437dfa/local/php/context.go (about)

     1  package php
     2  
     3  type phpServerContextKey string
     4  
     5  const (
     6  	environmentContextKey    phpServerContextKey = "env"
     7  	responseWriterContextKey phpServerContextKey = "rw"
     8  )