Lines Matching refs:empty
43 if (!is_array($links) || empty($links))
44 … printf("[004] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
57 if (!is_array($errors) || !empty($errors))
58 …printf("[006] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
60 if (!is_array($reject) || !empty($reject))
61 … printf("[007] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));
71 if (!empty($errors))
99 if (!empty($errors)) {
114 if (!empty($reject)) {
159 if (!is_array($links) || empty($links))
160 … printf("[019] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
174 if (!is_array($errors) || !empty($errors))
175 …printf("[021] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
177 if (!is_array($reject) || !empty($reject))
178 … printf("[021] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));