X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=php5-swig%2Fnamespace2.php;fp=php5-swig%2Fnamespace2.php;h=04622cf99ee036a339c6e349579c748fdf6e1d20;hb=ab29cf7e641eca15124acb550e4244edd6b0784a;hp=06c7bd628137b61507634729710df6c17d33d971;hpb=8ad17ad06612ee08a69572186858be074b0c5c99;p=xml-template diff --git a/php5-swig/namespace2.php b/php5-swig/namespace2.php index 06c7bd6..04622cf 100644 --- a/php5-swig/namespace2.php +++ b/php5-swig/namespace2.php @@ -5,5 +5,5 @@ $doc = XML_Template_process_file('../xml/namespace2.xml', array( 'title' => 'Namespace tests', '#hello' => 'Replaced.', ), true); -output_to_fd_and_free($doc, 1); +output_to_fd($doc, 1); ?>