Lines Matching refs:wanted
2631 $wanted = trim($section_text['EXPECTF']);
2633 $wanted = trim($section_text['EXPECTREGEX']);
2636 show_file_block('exp', $wanted);
2637 $wanted_re = preg_replace('/\r\n/', "\n", $wanted);
2705 $wanted = trim($section_text['EXPECT']);
2706 $wanted = preg_replace('/\r\n/', "\n", $wanted);
2707 show_file_block('exp', $wanted);
2710 if (!strcmp($output, $wanted)) {
2739 $wanted = $wanted_headers . "\n--HEADERS--\n" . $wanted;
2770 … if (strpos($log_format, 'E') !== false && file_put_contents($exp_filename, $wanted) === false) {
2780 $diff = generate_diff($wanted, $wanted_re, $output);
2824 $wanted
3036 function generate_diff(string $wanted, ?string $wanted_re, string $output): string argument
3038 $w = explode("\n", $wanted);