Searched refs:ctype (Results 1 – 25 of 76) sorted by relevance
1234
/php-src/ext/ctype/ |
H A D | config.m4 | 1 PHP_ARG_ENABLE([ctype], 2 [whether to enable ctype functions], 3 [AS_HELP_STRING([--disable-ctype], 4 [Disable ctype functions])], 9 [Define to 1 if the PHP extension 'ctype' is available.]) 10 PHP_NEW_EXTENSION([ctype], [ctype.c], [$ext_shared])
|
H A D | config.w32 | 3 ARG_ENABLE("ctype", "ctype", "yes"); 6 EXTENSION("ctype", "ctype.c"); 7 AC_DEFINE('HAVE_CTYPE', 1, "Define to 1 if the PHP extension 'ctype' is available.");
|
H A D | ctype.c | 30 static PHP_MINFO_FUNCTION(ctype); 43 PHP_MINFO(ctype), 50 ZEND_GET_MODULE(ctype) 54 static PHP_MINFO_FUNCTION(ctype) in PHP_MINFO_FUNCTION() argument
|
H A D | CREDITS | 1 ctype
|
/php-src/ext/ffi/tests/ |
H A D | weak_reference_003.phpt | 9 $ctype = \FFI::cdef()->type('int'); 10 $ref = \WeakReference::create($ctype); 11 var_dump($ref->get() === $ctype); 12 unset($ctype);
|
H A D | weak_reference_004.phpt | 16 $ctype = $ffi->type('int'); 22 $map[$ctype] = 'ctype'; 30 unset($ctype);
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionExtension_getClassNames_variation1.phpt | 6 ctype 9 $extension = new ReflectionExtension('ctype');
|
/php-src/ext/ctype/tests/ |
H A D | bug34645.phpt | 2 Bug #34645 (ctype corrupts memory when validating large numbers) 4 ctype
|
H A D | 001.phpt | 2 ctype on integers 4 ctype
|
H A D | bug25745.phpt | 2 Bug #25745 (ctype functions fail with non-ascii characters) 4 ctype
|
H A D | 002.phpt | 2 ctype on strings 4 ctype
|
H A D | ctype_digit_basic.phpt | 4 ctype
|
H A D | ctype_alnum_basic.phpt | 4 ctype
|
H A D | ctype_alpha_basic.phpt | 4 ctype
|
H A D | ctype_punct_basic.phpt | 4 ctype
|
H A D | ctype_xdigit_basic.phpt | 4 ctype
|
H A D | ctype_graph_basic.phpt | 4 ctype
|
H A D | ctype_lower_basic.phpt | 4 ctype
|
H A D | ctype_upper_basic.phpt | 4 ctype
|
H A D | ctype_cntrl_basic.phpt | 4 ctype
|
H A D | ctype_space_basic.phpt | 4 ctype
|
H A D | ctype_print_basic.phpt | 4 ctype
|
H A D | ctype_space_variation2.phpt | 4 ctype
|
/php-src/ext/mbstring/tests/ |
H A D | euc_tw_encoding.phpt | 8 if (PHP_INT_SIZE == 4 && !extension_loaded("ctype")) die("skip needs ctype extension on 32-bit");
|
/php-src/ext/opcache/tests/ |
H A D | bug73789.phpt | 5 ctype
|
Completed in 28 milliseconds
1234