Searched refs:SysInfo (Results 1 - 1 of 1) sorted by relevance

/PHP_5_5/ext/standard/
H A Dinfo.c484 SYSTEM_INFO SysInfo; local
485 GetSystemInfo(&SysInfo);
486 switch (SysInfo.wProcessorArchitecture) {
488 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType);
491 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel);
494 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel);
497 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel);

Completed in 3 milliseconds