Version 5.3.1
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