php-src/ext/xsl
Niels Dossche 4bd63568fb
Fix argument type of simplexml_import_dom (#13170)
It needs to be "object".
This is because first- and third-party extension can register custom
node types using `php_libxml_register_export`. So we don't know upfront
what types can be expected.

This also changes the error to a TypeError everywhere.
2024-01-18 20:28:01 +01:00
..
tests Fix argument type of simplexml_import_dom (#13170) 2024-01-18 20:28:01 +01: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 Remove dead code in php_xsl.c 2024-01-17 22:21:16 +01:00
php_xsl.h Field cleanups in xsl_object (#13182) 2024-01-17 21:29:48 +01:00
php_xsl.stub.php [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
php_xsl_arginfo.h [RFC] Improve callbacks in ext/dom and ext/xsl (#12627) 2024-01-13 00:00:26 +01:00
xsltprocessor.c Fix argument type of simplexml_import_dom (#13170) 2024-01-18 20:28:01 +01:00