]> git.sesse.net Git - xml-template/blob - php5-swig/passthru.php
Fix a possible use-after-free in the C++11 version; substitution could remove an...
[xml-template] / php5-swig / passthru.php
1 <?php
2
3 dl("XML_Template_SWIG.so");
4 $doc = XML_Template_process_file('../xml/passthru.xml', array(), true);
5 output_to_fd_and_free($doc, 1);
6
7 ?>
8