Searched refs:STREAM_PF_INET (Results 1 – 4 of 4) sorted by relevance
280 const STREAM_PF_INET = UNKNOWN; define287 const STREAM_PF_INET = UNKNOWN; define
5 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? STREAM_PF_INET : STREAM_PF_UNIX);
9 $domain = (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN' ? STREAM_PF_INET : STREAM_PF_UNIX);
8 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? STREAM_PF_INET : STREAM_PF_UNIX);
Completed in 7 milliseconds