diff options
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt')
-rw-r--r-- | ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt index a5f23735c9..6147819269 100644 --- a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt +++ b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt @@ -24,7 +24,7 @@ var_dump($proc->registerPHPFunctions(array('strpos', 'ucwords'))); var_dump($proc->registerPHPFunctions(array('strrev', 'array_key_exists'))); var_dump($proc->registerPHPFunctions(array())); var_dump($proc->transformToXml($dom)); ---EXPECTF-- +--EXPECT-- NULL NULL NULL |