Lines Matching refs:null

143 $php = null;
144 $php_cgi = null;
159 $php_cgi = null;
471 $html_file = null;
472 $temp_source = null;
473 $temp_target = null;
474 $temp_urlbase = null;
475 $conf_passed = null;
1028 function save_text($filename, $text, $filename_copy = null)
1070 function system_with_timeout($commandline, $env = null, $stdin = null)
1102 $w = null;
1103 $e = null;
1134 function run_all_tests($test_files, $env, $redir_tested = null)
1166 function show_file_block($file, $block, $section = null)
1193 $temp_filenames = null;
1536 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1561 junit_mark_test_as('SKIP', $shortname, $tested, null, $message);
1635 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1690 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1724 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1811 …t = system_with_timeout($cmd, $env, isset($section_text['STDIN']) ? $section_text['STDIN'] : null);
2038 $wanted_re = null;
2131 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2222 while ($k1 !== null || $k2 !== null) {
2224 if ($k1 == $l1 + 1 || $k2 === null) {
2227 $k1 = next($old1) ? key($old1) : null;
2228 } else if ($k2 == $l2 + 1 || $k1 === null) {
2231 $k2 = next($old2) ? key($old2) : null;
2235 $k1 = next($old1) ? key($old1) : null;
2239 $k2 = next($old2) ? key($old2) : null;
2563 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null)
2696 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = …
2704 $time = null !== $time ? $time : junit_get_timer($file_name);