php-src/ext/intl/uchar
Nikita Popov bfe9531dc1 Initialize int_codepoint in parse_code_point_param()
This is being passed to convert_cp(), and passing an uninitialized
value to a function is undefined behavior. Clang 14 makes use of
noundef facts aggressively and miscompiles this code if not
initialized.
2022-02-16 19:01:44 +01:00
..
tests Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ublockcode-enum.h Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
uchar.c Initialize int_codepoint in parse_code_point_param() 2022-02-16 19:01:44 +01:00
uchar.h
uchar.stub.php Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
uchar_arginfo.h Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
ucharcategory-enum.h
uchardirection-enum.h
uother-enum.h Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00
uproperty-enum.h Require ICU ≥ 50.1 2018-09-15 13:59:54 +02:00