mirror of
https://github.com/php/php-src.git
synced 2026-03-27 09:42:22 +01:00
* not a real test, just a script for displaying OS_Guess output
This commit is contained in:
6
pear/tests/osguess.php
Normal file
6
pear/tests/osguess.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
include dirname(__FILE__)."/../OS/Guess.php";
|
||||
$os =& new OS_Guess;
|
||||
print $os->getSignature() . "\n";
|
||||
|
||||
Reference in New Issue
Block a user