diff options
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt')
-rw-r--r-- | ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt index 1ef40abc94..9dfbdc97d2 100644 --- a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt +++ b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt @@ -23,6 +23,7 @@ $proc->importStylesheet($phpfuncxsl); var_dump($proc->registerPHPFunctions('ucwords')); var_dump($proc->registerPHPFunctions('strpos')); var_dump($proc->transformToXml($dom)); +?> --EXPECT-- NULL NULL |