We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ece7e commit 9208a2dCopy full SHA for 9208a2d
content/documentation/php-interop.md
@@ -9,7 +9,7 @@ Use the `php/` prefix to access the global variables in combination with `get`.
9
10
```phel
11
(get php/$_SERVER "key") # Similar to $_SERVER['key']
12
-(get php/$GLOBAL "argv") # Similar to $GLOBAL['argv']
+(get php/$GLOBALS "argv") # Similar to $GLOBALS['argv']
13
```
14
15
## Calling PHP functions
0 commit comments