X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php7-swig%2Fstructure.php;fp=php7-swig%2Fstructure.php;h=de2e3ab8aeffecc0108941679699c78c2f313945;hb=3c53a0b7306711683492be3bd0c84bcb92902d4f;hp=0000000000000000000000000000000000000000;hpb=7d1da52761b9ec9747c4400609658a379a34392c;p=xml-template diff --git a/php7-swig/structure.php b/php7-swig/structure.php new file mode 100644 index 0000000..de2e3ab --- /dev/null +++ b/php7-swig/structure.php @@ -0,0 +1,12 @@ + array( + array( '#inner' => 'One' ), + array( '#inner' => 'Two' ), + array( '#inner' => 'Three' ), + ) +), true); +print XML_Template_convert_doc_to_string($doc); +?>