Searched refs:no_file_cache (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ |
H A D | run-tests.php | 270 $no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0'; variable 274 …, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_test, $valgrind, $no_file_cache; 290 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`; 294 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`; 302 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`; 316 $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`); 1258 global $no_file_cache; 1627 …$output = system_with_timeout("$extra $php $pass_options -q $ini_settings $no_file_cache -d displa… 1965 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $…
|
Completed in 8 milliseconds