We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b394c + 1a98878 commit ac828b9Copy full SHA for ac828b9
Zend/tests/bug55509.phpt
@@ -46,7 +46,7 @@ elseif (PHP_OS == 'FreeBSD') {
46
die('skip Not enough memory.');
47
}
48
} elseif (PHP_OS == "WINNT") {
49
- $s = trim(shell_exec("wmic OS get FreeVirtualMemory /Value 2>nil"));
+ $s = trim(shell_exec("wmic OS get FreeVirtualMemory /Value 2>nul"));
50
$freeMemory = explode('=', $s)[1]*1;
51
52
if ($freeMemory < 2.1*1024*1024) {
0 commit comments