From 16032707c55df72fe3260150707eb6f3b488de03 Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 29 Mar 2010 18:03:25 -0300 Subject: Adding pecl-isis tests --- test.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'test.php') diff --git a/test.php b/test.php index fd19749..294edca 100644 --- a/test.php +++ b/test.php @@ -179,5 +179,30 @@ include('contrib/spyc/spyc.php'); //print_r(array_flip($fdt_anu10)); echo ''; } // end else could contact server + +?> + +

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