Searched refs:valgrind_header (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ |
H A D | run-tests.php | 88 $valgrind_header = ''; variable 264 …_tests, $ini_overwrites, $pass_options, $exts_to_test, $leak_check, $valgrind_header, $no_file_cac… 337 VALGRIND : " . ($leak_check ? $valgrind_header : 'Not used') . " 608 $valgrind_header = system_with_timeout($valgrind_cmd, $environment); variable 610 if (!$valgrind_header) { 613 …place("/valgrind-(\d+)\.(\d+)\.(\d+)([.\w_-]+)?(\s+)/", '$1.$2.$3', $valgrind_header, 1, $replace_… 615 error("Valgrind returned invalid version info (\"$valgrind_header\"), cannot proceed."); 617 $valgrind_header = trim($valgrind_header); variable
|
Completed in 9 milliseconds