Home
last modified time | relevance | path

Searched refs:getUnixId (Results 1 – 3 of 3) sorted by relevance

/dports/security/phpsecinfo/phpsecinfo-20070406/PhpSecInfo/Test/Core/
H A Duid.php48 } elseif ($this->getUnixId() === false) {
57 $id = $this->getUnixId();
H A Dgid.php49 } elseif ($this->getUnixId() === false) {
57 $id = $this->getUnixId();
/dports/security/phpsecinfo/phpsecinfo-20070406/PhpSecInfo/Test/
H A DTest.php504 function getUnixId() { function in PhpSecInfo_Test