X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Fstructure.php;fp=php5-swig%2Fstructure.php;h=b27a040d7697a4001df18fabcd7db32f89b3d186;hb=ab29cf7e641eca15124acb550e4244edd6b0784a;hp=2bc8c442dfb9441edb57c0922dbd00c7d1d62e8a;hpb=8ad17ad06612ee08a69572186858be074b0c5c99;p=xml-template diff --git a/php5-swig/structure.php b/php5-swig/structure.php index 2bc8c44..b27a040 100644 --- a/php5-swig/structure.php +++ b/php5-swig/structure.php @@ -8,5 +8,5 @@ $doc = XML_Template_process_file('../xml/structure.xml', array( array( '#inner' => 'Three' ), ) ), true); -output_to_fd_and_free($doc, 1); +output_to_fd($doc, 1); ?>