* not a real test, just a script for displaying OS_Guess output

This commit is contained in:
Stig Bakken 2003-01-25 00:45:13 +00:00
parent d19bd6f12c
commit dd22d65e2f

6
pear/tests/osguess.php Normal file
View File

@ -0,0 +1,6 @@
<?php
include dirname(__FILE__)."/../OS/Guess.php";
$os =& new OS_Guess;
print $os->getSignature() . "\n";