Lines Matching refs:null

143 $php = null;
144 $php_cgi = null;
159 $php_cgi = null;
465 $html_file = null;
466 $temp_source = null;
467 $temp_target = null;
468 $temp_urlbase = null;
469 $conf_passed = null;
1008 function save_text($filename, $text, $filename_copy = null)
1050 function system_with_timeout($commandline, $env = null, $stdin = null)
1081 $w = null;
1082 $e = null;
1113 function run_all_tests($test_files, $env, $redir_tested = null)
1145 function show_file_block($file, $block, $section = null)
1172 $temp_filenames = null;
1514 junit_mark_test_as('SKIP', $shortname, $tested, null, "<![CDATA[\n$message\n]]>");
1603 junit_mark_test_as('BORK', $shortname, $tested, null, $bork_info);
1658 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1692 junit_mark_test_as('BORK', $shortname, $tested, null, 'empty $request');
1779 …t = system_with_timeout($cmd, $env, isset($section_text['STDIN']) ? $section_text['STDIN'] : null);
2006 $wanted_re = null;
2099 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2190 while ($k1 !== null || $k2 !== null) {
2192 if ($k1 == $l1 + 1 || $k2 === null) {
2195 $k1 = next($old1) ? key($old1) : null;
2196 } else if ($k2 == $l2 + 1 || $k1 === null) {
2199 $k2 = next($old2) ? key($old2) : null;
2203 $k1 = next($old1) ? key($old1) : null;
2207 $k2 = next($old2) ? key($old2) : null;
2531 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null)
2664 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = …
2672 $time = null !== $time ? $time : junit_get_timer($file_name);