Skip to content

Support for Arrays and multiple number of function parameters

Compare
Choose a tag to compare
@phpfui phpfui released this 16 May 22:30
· 25 commits to master since this release
f71b77a
  • Full support for arrays in expressions ([3,7,13] or array(2,4,8))
  • Support for arrays as parameters to functions like min and max
  • Support for variable number of function parameters

Thanks to @fatihkizmaz Fatih Kızmaz for this release.