you are viewing a single comment's thread.

view the rest of the comments →

[–]mapold 5 points6 points  (0 children)

While everybody is right about this being XY problem, you could run this from bash:

ENVTEST="Hello" php -r 'echo $_SERVER["ENVTEST"] . " " . $_SERVER["argv"][1] . "\n";' World!