diff options
author | Christian Stocker <chregu@php.net> | 2011-09-05 08:27:47 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2011-09-05 08:27:47 +0000 |
commit | 72d0abc8d3b74fc67f91984ebf3fabd3ebce1be5 (patch) | |
tree | bcc3d4b6f9d3d44eed0bbd57cab07f1aacb57e4a /ext/xsl | |
parent | e07d1f0bbc3132eef18aff44f14f196ebe1d476b (diff) | |
download | php-git-72d0abc8d3b74fc67f91984ebf3fabd3ebce1be5.tar.gz |
Revert r316043, the tests are different on purpose
Diffstat (limited to 'ext/xsl')
-rw-r--r-- | ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt | 7 | ||||
-rw-r--r-- | ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt index d5d99f9224..90d9c68208 100644 --- a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt +++ b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt @@ -21,17 +21,10 @@ if(!$phpfuncxsl) { $proc->importStylesheet($phpfuncxsl); var_dump($proc->registerPHPFunctions()); var_dump($proc->transformToXml($dom)); -?> --EXPECTF-- NULL Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %s on line %d - -Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: evaluation failed in %s on line %d - -Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element value-of in %s on line %d - -Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in %s on line %d NULL --CREDITS-- Christian Weiske, cweiske@php.net diff --git a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt index a91e6459db..a26c210333 100644 --- a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt +++ b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt @@ -20,17 +20,10 @@ if(!$phpfuncxsl) { $proc->importStylesheet($phpfuncxsl); var_dump($proc->registerPHPFunctions()); var_dump($proc->transformToXml($dom)); -?> --EXPECTF-- NULL Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d - -Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: evaluation failed in %s on line %d - -Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element value-of in %s on line %d - -Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in %s on line %d NULL --CREDITS-- Christian Weiske, cweiske@php.net |