You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#don't throw a warning if both ini and through-the-method have the same value
85
-
$proc->setSecurityPrefs(XSL_SECPREF_NONE);
86
-
87
-
print$proc->transformToXML( $dom );
88
-
89
-
if (file_exists($outputfile)) {
90
-
print"OK, file exists\n";
91
-
} else {
92
-
print"$outputfile doesn't exist, but should!\n";
93
-
}
94
-
unlink($outputfile);
95
-
96
-
97
-
73
+
?>
98
74
--EXPECTF--
99
75
Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on line %d
100
76
@@ -104,8 +80,6 @@ Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element
104
80
105
81
Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt denied in %s on line %d
106
82
OK, no file created
107
-
108
-
Deprecated: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini option is deprecated; use XsltProcessor->setSecurityPrefs() instead in %s on line %d
109
83
OK, file exists
110
84
111
85
Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on line %d
@@ -116,20 +90,6 @@ Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element
116
90
117
91
Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt denied in %s on line %d
118
92
OK, no file created
119
-
120
-
Deprecated: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini option is deprecated; use XsltProcessor->setSecurityPrefs() instead in %s on line %d
121
-
122
-
Notice: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini was not used, since the XsltProcessor->setSecurityPrefs() method was used in %s on line %d
123
-
124
-
Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on line %d
125
-
126
-
Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line %s
127
-
128
-
Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on line %d
129
-
130
-
Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt denied in %s on line %d
0 commit comments