msopacua Sun Oct 6 20:34:03 2002 EDT
Added files: (Branch: PHP_4_3)
/php4/ext/xslt/tests 009.phpt
Log:
MFH
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