Skip to content

Test for the presence of a default argument value with is_null().

Thomas Flori requested to merge github/fork/nthdesign/master into 3.0

Created by: nthdesign

Test for the presence of a default argument value with is_null() rather than empty().

This allows users to supply a default value of 0 (zero), which would otherwise be considered "empty."

Merge request reports