Skip to content

Version 5.3.1

Compare
Choose a tag to compare
@rawsrc rawsrc released this 09 Apr 21:38
· 36 commits to master since this release

New option to return natively null when a key doesn't exist instead of throwing an Exception
By default this option is not activated.
To activate, use: PhpEcho::setNullIfNotExist(true);; to deactivate, use: PhpEcho::setNullIfNotExist(false);

Test files are updated