php-src/ext/intl/spoofchecker
Anatol Belski 793ca716fb Fix datatypes and compiler warnings
Switch to size_t

Not critical as an unsigned is already used, but fixes a couple of
warnings in other areas.

Normalize signature

It's a function with the usual compare semantics, returning a platform
specific at least produces unnecessary warnings elsewhere and is otherwise
inappropriate.

Fix return value

Drop unused var

Fix compiler warnings

Fix compiler warning

Fix var name in arginfo

Fix cast
2017-10-23 08:56:57 +02:00
..
spoofchecker_class.c Fix datatypes and compiler warnings 2017-10-23 08:56:57 +02:00
spoofchecker_class.h With ICU 58+, set the default restriction level to high 2017-10-21 17:21:41 +02:00
spoofchecker_create.c With ICU 58+, set the default restriction level to high 2017-10-21 17:21:41 +02:00
spoofchecker_create.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spoofchecker_main.c Fix build on ICU < 53 2017-10-21 17:37:51 +02:00
spoofchecker_main.h Add Spoofchecker::setRestrictionLevel() and corresponding constans 2017-10-21 17:12:21 +02:00
spoofchecker.c Add Spoofchecker::setRestrictionLevel() and corresponding constans 2017-10-21 17:12:21 +02:00
spoofchecker.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00