php-src/ext/xsl
Niels Dossche 2a7f23e9b9 Fix type error on XSLTProcessor::transformToDoc return value with SimpleXML
The return type is wrong. You can also use this method with SimpleXML.
In fact, PHP provides a way that even third party libraries can hook
into its XML handling. Therefore, we cannot even use the
SimpleXML|DOMDocument|false union type as third party extensions may
extend the possibilities.

Broke in 8.1 in 1b35056a33.

Closes GH-12315.
2023-09-30 00:03:42 +02:00
..
tests Fix type error on XSLTProcessor::transformToDoc return value with SimpleXML 2023-09-30 00:03:42 +02:00
config.m4 ext/xsl: Use PKG_CHECK_MODULES to detect the EXSLT library 2019-06-07 09:35:14 +02:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS
php_xsl.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xsl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xsl.stub.php Fix type error on XSLTProcessor::transformToDoc return value with SimpleXML 2023-09-30 00:03:42 +02:00
php_xsl_arginfo.h Fix type error on XSLTProcessor::transformToDoc return value with SimpleXML 2023-09-30 00:03:42 +02:00
xsltprocessor.c Merge branch 'PHP-8.0' into PHP-8.1 2023-07-31 19:53:43 +01:00