diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-12-01 02:41:36 +0300 |
---|---|---|
committer | Bruce Wells <brucekwells@gmail.com> | 2019-12-01 02:47:04 +0300 |
commit | 2db48eff956f5a63513685cb5b576b588c698912 (patch) | |
tree | dd8e7f7ff8b59ff8eff7c5a71364e0c452fe8684 /README.md | |
parent | 84f3f967b71fc39bf61be13e46c89158ad0a34a9 (diff) |
PHP 7.4 support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: `+ - * / ^` |