Closed benkaiser closed 4 years ago
Fix all UNDEFINED notices so they don't trigger when error reporting turned on. This is done by using array_key_exists instead of directly accessing the array index (that could be undefined)
array_key_exists
Fix all UNDEFINED notices so they don't trigger when error reporting turned on. This is done by using
array_key_exists
instead of directly accessing the array index (that could be undefined)