php-src/ext/simplexml
Niels Dossche 746b1cf43e
Access long value directly for call to count() in simplexml (#15278)
Because the signature is checked at compile time, we know that the only
possible return value (if there is no exception) is IS_LONG. So we can
avoid some work.
2024-08-08 19:28:03 +02:00
..
tests Add LIBXML_NO_XXE constant (#14844) 2024-07-06 17:43:46 +02:00
config.m4 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
php_simplexml.h Avoid string duplications in simplexml (#15122) 2024-07-27 16:21:07 +02:00
php_simplexml_exports.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
simplexml.c Access long value directly for call to count() in simplexml (#15278) 2024-08-08 19:28:03 +02:00
simplexml.stub.php Fix argument type of simplexml_import_dom (#13170) 2024-01-18 20:28:01 +01:00
simplexml_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00