Lines Matching refs:wanted
2564 $wanted = trim($section_text['EXPECTF']);
2566 $wanted = trim($section_text['EXPECTREGEX']);
2569 show_file_block('exp', $wanted);
2570 $wanted_re = preg_replace('/\r\n/', "\n", $wanted);
2645 $wanted = trim($section_text['EXPECT']);
2646 $wanted = preg_replace('/\r\n/', "\n", $wanted);
2647 show_file_block('exp', $wanted);
2650 if (!strcmp($output, $wanted)) {
2679 $wanted = $wanted_headers . "\n--HEADERS--\n" . $wanted;
2711 …if (strpos($log_format, 'E') !== false && file_put_contents($exp_filename, $wanted, FILE_BINARY) =…
2721 $diff = generate_diff($wanted, $wanted_re, $output);
2743 $wanted
2898 function generate_diff($wanted, $wanted_re, $output) argument
2900 $w = explode("\n", $wanted);