]> granicus.if.org Git - php/commitdiff
* not a real test, just a script for displaying OS_Guess output
authorStig Bakken <ssb@php.net>
Sat, 25 Jan 2003 00:45:13 +0000 (00:45 +0000)
committerStig Bakken <ssb@php.net>
Sat, 25 Jan 2003 00:45:13 +0000 (00:45 +0000)
pear/tests/osguess.php [new file with mode: 0644]

diff --git a/pear/tests/osguess.php b/pear/tests/osguess.php
new file mode 100644 (file)
index 0000000..b8356a5
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+
+include dirname(__FILE__)."/../OS/Guess.php";
+$os =& new OS_Guess;
+print $os->getSignature() . "\n";
+