Home
last modified time | relevance | path

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

1234

/php-src/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-src/ext/ffi/tests/
H A Dweak_reference_003.phpt9 $ctype = \FFI::cdef()->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-src/ext/reflection/tests/
H A DReflectionExtension_getClassNames_variation1.phpt6 ctype
9 $extension = new ReflectionExtension('ctype');
/php-src/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-src/ext/mbstring/tests/
H A Deuc_tw_encoding.phpt8 if (PHP_INT_SIZE == 4 && !extension_loaded("ctype")) die("skip needs ctype extension on 32-bit");
/php-src/ext/opcache/tests/
H A Dbug73789.phpt5 ctype

Completed in 77 milliseconds

1234