From 1f0a5aa6b243e2b8bba66fc62bd029e2fa801e4b Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 8 Apr 2010 11:55:02 -0300 Subject: Sorting out folder schene --- tests/phpisis.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/phpisis.php (limited to 'tests/phpisis.php') diff --git a/tests/phpisis.php b/tests/phpisis.php new file mode 100644 index 0000000..d04fbd9 --- /dev/null +++ b/tests/phpisis.php @@ -0,0 +1,30 @@ + + +

Testing pecl-isis

+'; + + $result = isis_search('$', $db); + while ($record = isis_fetch_flat_array($result) ) { + print (" MFN: $record[mfn]\n"); + for ($i=0; $i\n". + " $tag\n". + " ".htmlspecialchars($value)."\n". + " \n"); + } + } + echo ''; +?> + + -- cgit v1.2.3