Skip to content

Commit

Permalink
Merge pull request #101 from jasalt/patch-3
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
Chemaclass authored Dec 4, 2024
2 parents 46ece7e + 9208a2d commit 1b4dc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/documentation/php-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the `php/` prefix to access the global variables in combination with `get`.

```phel
(get php/$_SERVER "key") # Similar to $_SERVER['key']
(get php/$GLOBAL "argv") # Similar to $GLOBAL['argv']
(get php/$GLOBALS "argv") # Similar to $GLOBALS['argv']
```

## Calling PHP functions
Expand Down

0 comments on commit 1b4dc4a

Please sign in to comment.