]*name="filter_id"[^>]*value=""/', $html)) { echo "❌ FAILED: filter_id doesn't have value=\"\" attribute\n"; exit(1); } if (! preg_match('/]*name="filter_name"[^>]*value=""/', $html)) { echo "❌ FAILED: filter_name doesn't have value=\"\" attribute\n"; exit(1); } if (! preg_match('/]*name="filter_email"[^>]*value=""/', $html)) { echo "❌ FAILED: filter_email doesn't have value=\"\" attribute\n"; exit(1); } echo "✅ All filter inputs have value=\"\" attribute\n\n"; // 4. Check select options are properly rendered echo "4. Checking select options...\n"; if (! preg_match('/]*name="filter_role"[^>]*>.*?