Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 25 of 126) sorted by path

123456

/PHP-5.5/
H A DEXTENSIONS334 EXTENSION: ctype
H A DNEWS9361 - Fixed bug #34645 (ctype corrupts memory when validating large numbers).
/PHP-5.5/Zend/
H A Dzend_operators.c334 #define convert_object_to_type(op, ctype, conv_func) \ argument
337 if (Z_OBJ_HT_P(op)->cast_object(op, &dst, ctype TSRMLS_CC) == FAILURE) { \
340 zend_get_type_by_const(ctype)); \
343 Z_TYPE_P(op) = ctype; \
/PHP-5.5/ext/ctype/
H A DCREDITS1 ctype
H A Dconfig.m45 PHP_ARG_ENABLE(ctype, whether to enable ctype functions,
6 [ --disable-ctype Disable ctype functions], yes)
10 PHP_NEW_EXTENSION(ctype, ctype.c, $ext_shared)
H A Dconfig.w324 ARG_ENABLE("ctype", "ctype", "yes");
7 EXTENSION("ctype", "ctype.c");
8 AC_DEFINE('HAVE_CTYPE', 1, 'Have ctype');
H A Dctype.c33 static PHP_MINFO_FUNCTION(ctype);
123 PHP_MINFO(ctype),
130 ZEND_GET_MODULE(ctype)
135 static PHP_MINFO_FUNCTION(ctype) in PHP_MINFO_FUNCTION() argument
H A Dctype.dsp1 # Microsoft Developer Studio Project File - Name="ctype" - Package Owner=<4>
7 CFG=ctype - Win32 Debug_TS
11 !MESSAGE NMAKE /f "ctype.mak".
16 !MESSAGE NMAKE /f "ctype.mak" CFG="ctype - Win32 Debug_TS"
20 !MESSAGE "ctype - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "ctype - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "ctype - Win32 Release_TS"
58 !ELSEIF "$(CFG)" == "ctype - Win32 Debug_TS"
88 # Name "ctype - Win32 Release_TS"
89 # Name "ctype - Win32 Debug_TS"
[all …]
/PHP-5.5/ext/ctype/tests/
H A D001.phpt2 ctype on integers
H A D002.phpt2 ctype on strings
H A Dbug25745.phpt2 Bug #25745 (ctype functions fail with non-ascii characters)
H A Dbug34645.phpt2 Bug #34645 (ctype corrupts memory when validating large numbers)
H A Dctype_alnum_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alnum_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_basic.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_error.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_variation1.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_variation3.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_alpha_variation4.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_cntrl_basic.phpt9 * Source code: ext/ctype/ctype.c

Completed in 71 milliseconds

123456