Searched refs:system_with_timeout (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ |
H A D | run-tests.php | 1116 function system_with_timeout($commandline, $env = null, $stdin = null, $captureStdIn = true, $captu… function 1627 …$output = system_with_timeout("$extra $php $pass_options -q $ini_settings $no_file_cache -d displa… 1938 …$out = system_with_timeout($cmd, $env, $section_text['STDIN'] ?? null, $captureStdIn, $captureStdO… 1965 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $… 2991 $header = system_with_timeout('valgrind --version', $environment);
|
Completed in 8 milliseconds