mirror of
https://github.com/php/php-src.git
synced 2024-11-30 13:25:43 +08:00
Filter preloading warning messages
This commit is contained in:
parent
1f2dc0492d
commit
bf51b081f5
@ -2527,6 +2527,10 @@ COMMAND $cmd
|
||||
|
||||
show_file_block('out', $output);
|
||||
|
||||
if ($preload) {
|
||||
$output = trim(preg_replace("/Warning: Can't preload .*\n/", "", $output));
|
||||
}
|
||||
|
||||
if (isset($section_text['EXPECTF']) || isset($section_text['EXPECTREGEX'])) {
|
||||
|
||||
if (isset($section_text['EXPECTF'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user