php-src/ext/tidy
Arnaud Le Blanc fd73681c86
Fix GCC warning when using getThis() in a conditional (#13923)
Since GCC 12.x, using getThis() in a conditional yields a warning:

    <source>:12:22: warning: the comparison will always evaluate as 'true' for
                    the address of 'This' will never be NULL [-Waddress]
       12 |     return getThis() ? 2 : 3;
          |                      ^
2024-04-09 19:09:07 +02:00
..
tests Fix GH-12980: tidynode.props.attribute is missing "Boolean Attributes" and empty attributes 2023-12-22 17:37:34 +01:00
config.m4 [skip ci] Fix comment in Tidy autoconf file 2020-04-19 15:53:06 +02:00
config.w32
CREDITS
php_tidy.def
php_tidy.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
tidy.c Fix GCC warning when using getThis() in a conditional (#13923) 2024-04-09 19:09:07 +02:00
tidy.stub.php Declare ext/tidy constants in stubs (#9383) 2022-08-20 17:08:28 +02:00
tidy_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00