File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if (!extension_loaded('xsl')) die("skip Extension XSL is required\n");
8
8
<?php
9
9
include ("prepare.inc " );
10
10
11
- $ outputfile = __DIR__ ."/bug54446test .txt " ;
11
+ $ outputfile = __DIR__ ."/bug54446test_with_ini .txt " ;
12
12
if (file_exists ($ outputfile )) {
13
13
unlink ($ outputfile );
14
14
}
@@ -74,21 +74,21 @@ if (file_exists($outputfile)) {
74
74
--EXPECTF--
75
75
Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on line %d
76
76
77
- Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test .txt refused in %s on line %d
77
+ Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini .txt refused in %s on line %d
78
78
79
79
Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on line %d
80
80
81
- Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test .txt denied in %s on line %d
81
+ Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_ini .txt denied in %s on line %d
82
82
OK, no file created
83
83
OK, file exists
84
84
85
85
Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on line %d
86
86
87
- Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test .txt refused in %s on line %d
87
+ Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini .txt refused in %s on line %d
88
88
89
89
Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on line %d
90
90
91
- Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test .txt denied in %s on line %d
91
+ Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_ini .txt denied in %s on line %d
92
92
OK, no file created
93
93
--CREDITS--
94
94
Christian Stocker, chregu@php.net
You can’t perform that action at this time.
0 commit comments