X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Fattribute.php;h=003cf2b68b5c7e19792eb749e55449b21ab0d30a;hb=ab29cf7e641eca15124acb550e4244edd6b0784a;hp=d63cf69c23ab1ac0c5ec4fe059cf272314f0e774;hpb=8ad17ad06612ee08a69572186858be074b0c5c99;p=xml-template diff --git a/php5-swig/attribute.php b/php5-swig/attribute.php index d63cf69..003cf2b 100644 --- a/php5-swig/attribute.php +++ b/php5-swig/attribute.php @@ -10,5 +10,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array( array( 'li' => 'Warm, woolen mittens', 'li/class' => 'even' ) ) ), true); -output_to_fd_and_free($doc, 1); +output_to_fd($doc, 1); ?>