improve readme

This commit is contained in:
Pekka Laiho 2020-10-24 12:31:48 +07:00
parent 11d14a8c6c
commit d4d3de911e

View File

@ -361,12 +361,12 @@ odd? | Return true if the argument is odd number (1, 3, 5, ...).
The following constants are defined by default: The following constants are defined by default:
Name | PHP constant Name | Value
-------- | ------------ -------- | ------------
DIRSEP | DIRECTORY_SEPARATOR DIRSEP | PHP constant `DIRECTORY_SEPARATOR`
HOME | $_SERVER['HOME'] HOME | PHP constant `$_SERVER['HOME']`
EOL | PHP_EOL EOL | PHP constant `PHP_EOL`
PI | M_PI PI | PHP constant `M_PI`
\_\_DIR\_\_ | Directory of a file being evaluated using the special form `load`. Otherwise null. \_\_DIR\_\_ | Directory of a file being evaluated using the special form `load`. Otherwise null.
\_\_FILE\_\_ | Filename of a file being evaluated using the special form `load`. Otherwise null. \_\_FILE\_\_ | Filename of a file being evaluated using the special form `load`. Otherwise null.