Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 25 of 73) sorted by relevance

123

/PHP-8.1/ext/ctype/
H A Dconfig.m41 PHP_ARG_ENABLE([ctype],
2 [whether to enable ctype functions],
3 [AS_HELP_STRING([--disable-ctype],
4 [Disable ctype functions])],
9 PHP_NEW_EXTENSION(ctype, ctype.c, $ext_shared)
H A Dconfig.w323 ARG_ENABLE("ctype", "ctype", "yes");
6 EXTENSION("ctype", "ctype.c");
7 AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype');
H A Dctype.c32 static PHP_MINFO_FUNCTION(ctype);
45 PHP_MINFO(ctype),
52 ZEND_GET_MODULE(ctype)
56 static PHP_MINFO_FUNCTION(ctype) in PHP_MINFO_FUNCTION() argument
H A DCREDITS1 ctype
/PHP-8.1/ext/ffi/tests/
H A Dweak_reference_003.phpt9 $ctype = \FFI::type('int');
10 $ref = \WeakReference::create($ctype);
11 var_dump($ref->get() === $ctype);
12 unset($ctype);
H A Dweak_reference_004.phpt16 $ctype = \FFI::type('int');
22 $map[$ctype] = 'ctype';
30 unset($ctype);
/PHP-8.1/ext/reflection/tests/
H A DReflectionExtension_getClassNames_variation1.phpt6 ctype
9 $extension = new ReflectionExtension('ctype');
/PHP-8.1/ext/ctype/tests/
H A Dbug34645.phpt2 Bug #34645 (ctype corrupts memory when validating large numbers)
4 ctype
H A D001.phpt2 ctype on integers
4 ctype
H A Dbug25745.phpt2 Bug #25745 (ctype functions fail with non-ascii characters)
4 ctype
H A D002.phpt2 ctype on strings
4 ctype
H A Dctype_digit_basic.phpt4 ctype
H A Dctype_alnum_basic.phpt4 ctype
H A Dctype_alpha_basic.phpt4 ctype
H A Dctype_punct_basic.phpt4 ctype
H A Dctype_xdigit_basic.phpt4 ctype
H A Dctype_graph_basic.phpt4 ctype
H A Dctype_lower_basic.phpt4 ctype
H A Dctype_upper_basic.phpt4 ctype
H A Dctype_cntrl_basic.phpt4 ctype
H A Dctype_space_basic.phpt4 ctype
H A Dctype_print_basic.phpt4 ctype
H A Dctype_space_variation2.phpt4 ctype
/PHP-8.1/ext/opcache/tests/
H A Dbug73789.phpt5 ctype
/PHP-8.1/ext/ffi/
H A Dffi.c2129 zend_ffi_ctype *ctype; in zend_ffi_ctype_new() local
2136 ctype->type = NULL; in zend_ffi_ctype_new()
2138 return &ctype->std; in zend_ffi_ctype_new()
3746 ctype->type = type; in ZEND_METHOD()
3888 ctype->type = type; in ZEND_METHOD()
3989 zend_ffi_ctype *ctype; in ZEND_METHOD() local
4047 zend_ffi_ctype *ctype; in ZEND_METHOD() local
4079 ctype->type = type; in ZEND_METHOD()
4088 zend_ffi_ctype *ctype; in ZEND_METHOD() local
4120 ctype->type = type; in ZEND_METHOD()
[all …]

Completed in 69 milliseconds

123