summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2003-01-25 00:45:13 +0000
committerStig Bakken <ssb@php.net>2003-01-25 00:45:13 +0000
commitdd22d65e2f569a015d5544557953fc14fa702b60 (patch)
tree05ca3f546e55e7d9c38d2394740c05764e33e6ee /pear
parentd19bd6f12c2cec7335829cfebd362cd1a83e5349 (diff)
downloadphp-git-dd22d65e2f569a015d5544557953fc14fa702b60.tar.gz
* not a real test, just a script for displaying OS_Guess output
Diffstat (limited to 'pear')
-rw-r--r--pear/tests/osguess.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/pear/tests/osguess.php b/pear/tests/osguess.php
new file mode 100644
index 0000000000..b8356a53a8
--- /dev/null
+++ b/pear/tests/osguess.php
@@ -0,0 +1,6 @@
+<?php
+
+include dirname(__FILE__)."/../OS/Guess.php";
+$os =& new OS_Guess;
+print $os->getSignature() . "\n";
+