Lines Matching refs:found
24 $found = false;
26 while (!$found && $repeat_count > 0) {
35 echo "Return-Path header found: ";
37 echo "To header found: ";
39 echo "From header found: ";
41 echo "Cc header found: ";
44 $found = true;
52 return $found;
79 Return-Path header found: bool(true)
80 To header found: bool(true)
81 From header found: bool(true)
82 Cc header found: bool(true)
84 Return-Path header found: bool(true)
85 To header found: bool(true)
86 From header found: bool(true)
87 Cc header found: bool(true)
89 Return-Path header found: bool(true)
90 To header found: bool(true)
91 From header found: bool(true)
92 Cc header found: bool(true)