Skip to content

Improved Support for NULL variables

Compare
Choose a tag to compare
@phpfui phpfui released this 15 Sep 00:49
· 61 commits to master since this release
f8faf3f
Improved support for null variables (#72)

* Added handler to define not found variables
Added support for string variables
Fixed strings and ints comparison error

* Check if variables have scalar types (int, float, string and bool)
Better $onVarNotFound logic

* Better support for null variables

* Better support for null variables

* Better support for null variables