This inlines a private method and arranges the code in a way that the deprecated logic comes first (the if...elseif part) and the non-deprecated logic last. Note that the constructor parameter is optional.
How should I know what order you are referring to? MODE_NATIVE and MODE_STRICT? That's the order how they are defined, the first one is 0, the later 1.
This inlines a private method and arranges the code in a way that the deprecated logic comes first (the
if...elseif
part) and the non-deprecated logic last. Note that the constructor parameter is optional.