Subversion Repositories oidplus

Rev

Rev 226 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 226 Rev 1415
Line 38... Line 38...
38
 
38
 
39
assert($x->calcDistance('192.168.69.200/31', '192.168.69.202/31') === false);
39
assert($x->calcDistance('192.168.69.200/31', '192.168.69.202/31') === false);
40
assert($x->calcDistance('192.168.69.200/32', '192.168.69.201/32') === false);
40
assert($x->calcDistance('192.168.69.200/32', '192.168.69.201/32') === false);
41
assert($x->calcDistance('192.168.69.200',    '192.168.69.201')    === false);
41
assert($x->calcDistance('192.168.69.200',    '192.168.69.201')    === false);
42
 
42
 
43
assert($x->calcDistance('95.211.38.42/32', '95.211.38.42') === 0);
43
assert($x->calcDistance('212.32.236.132/32', '212.32.236.132') === 0);
44
assert($x->calcDistance('95.211.38.42', '95.211.38.42/32') === 0);
44
assert($x->calcDistance('212.32.236.132', '212.32.236.132/32') === 0);
45
*/
45
*/