msopacua Sun Oct 6 19:58:49 2002 EDT Added files: /php4/ext/xslt/tests 009.phpt Log: (xslt tests) Add test for memory leaks, caused by inapproreate use of the struct. Memory leak is caused by at least 2 errors on handle.
Index: php4/ext/xslt/tests/009.phpt +++ php4/ext/xslt/tests/009.phpt --TEST-- Memoryleak in error printing --SKIPIF-- <?php include("skipif.inc"); ?> --FILE-- <?php error_reporting(E_ALL); $xmlfile = 'ext/xslt/tests/non-existent.xml'; $xslfile = 'ext/xslt/tests/non-existent.xsl'; $xh = xslt_create(); $result = xslt_process($xh, $xmlfile, $xslfile, NULL); xslt_free($xh); ?> --EXPECTF-- Warning: Sablotron error on line none: cannot open file '%s/ext/xslt/tests/non-existent.xsl' in %s/ext/xslt/tests/phpt.%s on line %i %sext/xslt/tests/%s(%i) : Warning - Sablotron error on line none: cannot open file '%sext/xslt/tests/non-existent.xsl' -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php