Lines Matching refs:found
28 $found = false;
30 while (!$found && $repeat_count > 0) {
39 echo "Return-Path header found: ";
41 echo "To header found: ";
43 echo "From header found: ";
45 echo "Cc header found: ";
48 $found = true;
56 return $found;
83 Return-Path header found: bool(true)
84 To header found: bool(true)
85 From header found: bool(true)
86 Cc header found: bool(true)
88 Return-Path header found: bool(true)
89 To header found: bool(true)
90 From header found: bool(true)
91 Cc header found: bool(true)
93 Return-Path header found: bool(true)
94 To header found: bool(true)
95 From header found: bool(true)
96 Cc header found: bool(true)