Lines Matching refs:preg_match
62 preg_match('/MemTotal:\s+(\d+)/', $meminfo, $total);
63 preg_match('/MemAvailable:\s+(\d+)/', $meminfo, $available);
76 preg_match('/Pages free:\s+(\d+)\./', $vm_stat, $free);
77 preg_match('/Pages active:\s+(\d+)\./', $vm_stat, $active);
78 preg_match('/Pages inactive:\s+(\d+)\./', $vm_stat, $inactive);
79 preg_match('/Pages wired down:\s+(\d+)\./', $vm_stat, $wired);
95 preg_match('/FreePhysicalMemory=(\d+)/', $wmic, $free);
96 preg_match('/TotalVisibleMemorySize=(\d+)/', $wmic, $total);
130 if ($wmic && preg_match('/(\d{14})/', $wmic, $matches)) {
142 preg_match('/MemTotal:\s+(\d+)/', $meminfo, $total);
143 preg_match('/MemAvailable:\s+(\d+)/', $meminfo, $available);
144 preg_match('/MemFree:\s+(\d+)/', $meminfo, $free);
145 preg_match('/Buffers:\s+(\d+)/', $meminfo, $buffers);
146 preg_match('/Cached:\s+(\d+)/', $meminfo, $cached);
193 if (preg_match('/^\d+:(.+),(.+),(\d+)/', $line, $matches)) {