X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Fattribute-empty.php;h=98555a24909ac8ee7c8c1e1070581f03a49ae9c4;hb=ab29cf7e641eca15124acb550e4244edd6b0784a;hp=3886e7d5316cfdcdc4421574f333b9a8fed62685;hpb=8ad17ad06612ee08a69572186858be074b0c5c99;p=xml-template diff --git a/php5-swig/attribute-empty.php b/php5-swig/attribute-empty.php index 3886e7d..98555a2 100644 --- a/php5-swig/attribute-empty.php +++ b/php5-swig/attribute-empty.php @@ -9,5 +9,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array( 'color' => 'blue', '#things' => array(NULL) ), true); -output_to_fd_and_free($doc, 1); +output_to_fd($doc, 1); ?>