diff options
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt')
-rw-r--r-- | ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt index cb6a274905..f8c14cdfb2 100644 --- a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt +++ b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt @@ -18,6 +18,7 @@ if(!$phpfuncxsl) { $proc->importStylesheet($phpfuncxsl); var_dump($proc->registerPHPFunctions('strpos')); var_dump($proc->transformToXml($dom)); +?> --EXPECTF-- NULL |