php-src/ext/intl/normalizer
Nikita Popov 5dc995df37 Eliminate null return value for Normalizer::normalize()
One error condition was returning null instead of false. Adjust
the implementation to look the same way as the exact same check
a few lines below.
2021-07-14 11:43:22 +02:00
..
normalizer_arginfo.h Eliminate null return value for Normalizer::normalize() 2021-07-14 11:43:22 +02:00
normalizer_class.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
normalizer_class.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
normalizer_normalize.c Eliminate null return value for Normalizer::normalize() 2021-07-14 11:43:22 +02:00
normalizer.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
normalizer.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
normalizer.stub.php Eliminate null return value for Normalizer::normalize() 2021-07-14 11:43:22 +02:00