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 58d3a1e commit 67a7271Copy full SHA for 67a7271
content/documentation/php-interop.md
@@ -14,7 +14,7 @@ Use the `php/` prefix to access the global variables (superglobals) in combinati
14
15
Named constants set with PHP [`define`](https://www.php.net/manual/en/function.define.php) can be accessed in Phel via `php/CONSTANT_NAME`.
16
17
-```
+```phel
18
(php/define "MY_SETTING" "My value") # Calls PHP define('MY_SETTING', 'My value");
19
php/MY_SETTING # Returns "My value"
20
```
0 commit comments