mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode.
this is an experimental extension that provides the ctype family of function available in C i'm not sure about whether they should go into ext/standard or stay as an extension of their own and about using a ctype_ prefix or sticking with the C names ...