Closed
Description
Line 113 in 83b6090
Hi guys,
If keys with $header->kid = "0"/0 this will be resolved as null duo to PHP nature:
echo empty("0") // 1
echo empty(0) // 1
Metadata
Metadata
Assignees
Labels
No labels
Line 113 in 83b6090
Hi guys,
If keys with $header->kid = "0"/0 this will be resolved as null duo to PHP nature:
echo empty("0") // 1
echo empty(0) // 1