Home
last modified time | relevance | path

Searched refs:no_file_cache (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/
H A Drun-tests.php275 $no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0'; variable
279 …ests, $ini_overwrites, $pass_options, $exts_to_test, $leak_check, $valgrind_header, $no_file_cache;
295 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;
299 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`;
307 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;
318 $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`);
1237 global $no_file_cache;
1593 …$output = system_with_timeout("$extra $php $pass_options -q $ini_settings $no_file_cache -d displa…
1926 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $…

Completed in 13 milliseconds