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

/PHP_5_4/ext/standard/
H A Dinfo.c486 SYSTEM_INFO SysInfo; local
487 GetSystemInfo(&SysInfo);
488 switch (SysInfo.wProcessorArchitecture) {
490 snprintf(buf, bufsize, "i%d", SysInfo.dwProcessorType);
493 snprintf(buf, bufsize, "MIPS R%d000", SysInfo.wProcessorLevel);
496 snprintf(buf, bufsize, "Alpha %d", SysInfo.wProcessorLevel);
499 snprintf(buf, bufsize, "PPC 6%02d", SysInfo.wProcessorLevel);

Completed in 4 milliseconds