Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 2
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2
3/**
4 * php extension sockets under windows does not include some constants, make phan happy with a stub
5 */
6namespace {
7    const MSG_EOF = 512;
8    const MSG_EOR = 128;
9}