From 12a1e561b6cf9ee282fe791a34492789e3705dc0 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Thu, 1 Mar 2007 14:34:39 +0100 Subject: [PATCH] Add php/structure test, passes. --- php/structure.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 php/structure.php diff --git a/php/structure.php b/php/structure.php new file mode 100644 index 0000000..adb153e --- /dev/null +++ b/php/structure.php @@ -0,0 +1,12 @@ + array( + array( '#inner' => 'One' ), + array( '#inner' => 'Two' ), + array( '#inner' => 'Three' ), + ) +)); +print $doc->dump_mem(); +?> -- 2.39.2