Lines Matching refs:trim

388                                     $test_files[] = trim($test);
938 …if ($just_save_results || TRAVIS_CI || strlen(trim($user_input)) == 0 || strtolower($user_input[0]…
952 } elseif (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) {
955 $user_email = trim(fgets($fp, 1024));
1881 … $section_text[$key] = dirname($file) . '/' . trim(str_replace('..', '', $section_text[$key]));
1887 …$bork_info = "could not load --" . $key . "-- " . dirname($file) . '/' . trim($section_text[$key]);
1931 $tested = trim($section_text['TEST']);
2040 $tested = $IN_REDIRECT['prefix'] . ' ' . trim($section_text['TEST']);
2073 foreach (explode("\n", trim($section_text['ENV'])) as $e) {
2074 $e = explode('=', trim($e), 2);
2091 $extensions = preg_split("/[\n\r]+/", trim($section_text['EXTENSIONS']));
2129 if (trim($section_text['SKIPIF'])) {
2182 $section_text['XFAIL'] = trim(substr(ltrim($output), 5));
2202 $IN_REDIRECT['prefix'] = trim($section_text['TEST']);
2280 $query_string = trim($section_text['GET']);
2297 $env['HTTP_COOKIE'] = trim($section_text['COOKIE']);
2314 $post = trim($section_text['POST_RAW']);
2323 $env['CONTENT_TYPE'] = trim(str_replace("\r", '', $res[1]));
2348 $post = trim($section_text['PUT']);
2357 $env['CONTENT_TYPE'] = trim(str_replace("\r", '', $res[1]));
2382 $post = trim($section_text['POST']);
2399 $post = trim($section_text['GZIP_POST']);
2413 $post = trim($section_text['DEFLATE_POST']);
2474 if (trim($section_text['CLEAN'])) {
2476 save_text($test_clean, trim($section_text['CLEAN']), $temp_clean);
2504 $output = preg_replace("/\r\n/", "\n", trim($out));
2510 $output = trim($match[2]);
2516 $headers[trim($line[0])] = trim($line[1]);
2531 $want[trim($line[0])] = trim($line[1]);
2532 $wanted_headers[] = trim($line[0]) . ': ' . trim($line[1]);
2558 $output = trim(preg_replace("/\n?Warning: Can't preload [^\n]*\n?/", "", $output));
2564 $wanted = trim($section_text['EXPECTF']);
2566 $wanted = trim($section_text['EXPECTREGEX']);
2645 $wanted = trim($section_text['EXPECT']);
2920 $name = trim($setting[0]);
2921 $value = trim($setting[1]);
3258 return array_map('trim', explode("\n", trim($text)));
3638 "%s (%s)", trim($header), $this->tool);