you tried isset?
thank you for the suggestion, I ended up using this: if(strcmp(gettype($input[$value]), "string") === 0 && strcmp($input[$value], "") === 0) { // consider it empty }
Обсуждают сегодня