You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Hartmut Holzgraefe 94c14ad4f6 reimplementation using macro instead of function pointer ( Bug #15951 ) 24 years ago
..
tests Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail. 24 years ago
CREDITS some more info on the ctype extension 25 years ago
Makefile.in an experimental extension providing the C ctype function family 25 years ago
README some more info on the ctype extension 25 years ago
config.m4 enable ctype functions by default 24 years ago
ctype.c reimplementation using macro instead of function pointer ( Bug #15951 ) 24 years ago
ctype.dsp make ctype ext compile under windows 25 years ago
ctype.xml an experimental extension providing the C ctype function family 25 years ago
php_ctype.h Maintain headers. 24 years ago

README

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 ...