aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2019-12-01 02:41:36 +0300
committerBruce Wells <brucekwells@gmail.com>2019-12-01 02:47:04 +0300
commit2db48eff956f5a63513685cb5b576b588c698912 (patch)
treedd8e7f7ff8b59ff8eff7c5a71364e0c452fe8684 /README.md
parent84f3f967b71fc39bf61be13e46c89158ad0a34a9 (diff)
PHP 7.4 support
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7e0573b..18da2fd 100644
--- a/README.md
+++ b/README.md
@@ -78,8 +78,6 @@ $executor->addFunction('abs', function($arg) {return abs($arg);});
```
Function default parameters are not supported at this time.
-Default parameters are not currently supported.
-
## Operators:
Default operators: `+ - * / ^`