Home
last modified time | relevance | path

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

12

/PHP-8.0/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.0/ext/reflection/tests/
H A DReflectionExtension_getClassNames_variation1.phpt7 extension_loaded('ctype') or die("skip Requires 'ctype' extension");
11 $extension = new ReflectionExtension('ctype');
/PHP-8.0/ext/ctype/tests/
H A Dskipif.inc1 <?php if (!extension_loaded('ctype')) die('skip ctype extension not available');?>
H A Dbug34645.phpt2 Bug #34645 (ctype corrupts memory when validating large numbers)
H A Dbug25745.phpt2 Bug #25745 (ctype functions fail with non-ascii characters)
H A D001.phpt2 ctype on integers
H A D002.phpt2 ctype on strings
/PHP-8.0/ext/opcache/tests/
H A Dbug73789.phpt5 <?php if (!extension_loaded('ctype')) die('skip extension ctype not loaded'); ?>
/PHP-8.0/ext/pdo/tests/
H A Dpdo_018.phpt105 $ctype = NULL; /* set default for non stored class name */
107 $stmt->bindColumn('id', $ctype);
109 $ctypes[$cname] = $ctype;
120 $stmt->bindParam(':classtype', $ctype);
125 $ctype = $ctypes[get_class($obj)];
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua925 local name, ctype, reg = params[1], params[2], params[3]
934 map_archdef["#"..name] = "sizeof("..ctype..")"
938 ctype = ctype,
942 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
956 out:write(format(" %-20s %-20s %s\n", name, tp.ctype, reg))
H A Ddasm_arm.lua1030 local name, ctype, reg = params[1], params[2], params[3]
1039 map_archdef["#"..name] = "sizeof("..ctype..")"
1043 ctype = ctype,
1047 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1061 out:write(format(" %-20s %-20s %s\n", name, tp.ctype, reg))
H A Ddasm_arm64.lua1083 local name, ctype, reg = params[1], params[2], params[3]
1092 map_archdef["#"..name] = "sizeof("..ctype..")"
1096 ctype = ctype,
1100 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1114 out:write(format(" %-20s %-20s %s\n", name, tp.ctype, reg))
H A Ddasm_ppc.lua1836 local name, ctype, reg = params[1], params[2], params[3]
1845 map_archdef["#"..name] = "sizeof("..ctype..")"
1849 ctype = ctype,
1853 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
1867 out:write(format(" %-20s %-20s %s\n", name, tp.ctype, reg))
H A Ddasm_x86.lua2224 local name, ctype, reg = params[1], params[2], params[3]
2236 map_archdef["#"..name] = "sizeof("..ctype..")"
2240 ctype = ctype,
2244 wline(format("#define Dt%X(_V) (int)(ptrdiff_t)&(((%s *)0)_V)", num, ctype))
2258 out:write(format(" %-20s %-20s %s\n", name, tp.ctype, reg))
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c284 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
343 ctype = SQL_C_BINARY; in odbc_stmt_param_hook()
345 ctype = SQL_C_CHAR; in odbc_stmt_param_hook()
357 ctype = SQL_C_BINARY; in odbc_stmt_param_hook()
385 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
/PHP-8.0/ext/soap/
H A Dphp_sdl.c450 char *ctype; in wsdl_soap_binding_header() local
459 if (ctype == NULL) { in wsdl_soap_binding_header()
462 ++ctype; in wsdl_soap_binding_header()
662 char *ctype; in wsdl_message() local
665 if (ctype == NULL) { in wsdl_message()
668 ++ctype; in wsdl_message()
761 char *ctype; in load_wsdl() local
832 if (ctype == NULL) { in load_wsdl()
835 ++ctype; in load_wsdl()
887 if (ctype == NULL) { in load_wsdl()
[all …]
/PHP-8.0/ext/ffi/
H A Dffi.c2120 zend_ffi_ctype *ctype; in zend_ffi_ctype_new() local
2127 ctype->type = NULL; in zend_ffi_ctype_new()
2129 return &ctype->std; in zend_ffi_ctype_new()
3727 ctype->type = type; in ZEND_METHOD()
3871 ctype->type = type; in ZEND_METHOD()
3972 zend_ffi_ctype *ctype; in ZEND_METHOD() local
4032 zend_ffi_ctype *ctype; in ZEND_METHOD() local
4064 ctype->type = type; in ZEND_METHOD()
4073 zend_ffi_ctype *ctype; in ZEND_METHOD() local
4105 ctype->type = type; in ZEND_METHOD()
[all …]
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h954 static inline vect_t fast_forward_char_pair_compare(compare_type ctype, vect_t dst, vect_t cmp1, ve… in fast_forward_char_pair_compare() argument
956 if (ctype == compare_match2) in fast_forward_char_pair_compare()
965 if (ctype == compare_match1i) in fast_forward_char_pair_compare()
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c989 SQLSMALLINT ctype; in PHP_FUNCTION() local
1028 ctype = SQL_C_BINARY; in PHP_FUNCTION()
1030 ctype = SQL_C_CHAR; in PHP_FUNCTION()
1063ctype, result->param_info[i-1].sqltype, result->param_info[i-1].precision, result->param_info[i-1]… in PHP_FUNCTION()
1075ctype, result->param_info[i-1].sqltype, result->param_info[i-1].precision, result->param_info[i-1]… in PHP_FUNCTION()
/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.re28 #include <ctype.h>
/PHP-8.0/
H A DEXTENSIONS258 EXTENSION: ctype
/PHP-8.0/Zend/
H A Dzend_operators.c142 #define convert_object_to_type(op, dst, ctype) \ argument
144 if (Z_OBJ_HT_P(op)->cast_object(Z_OBJ_P(op), dst, ctype) == FAILURE) { \
147 zend_get_type_by_const(ctype)); \

Completed in 121 milliseconds

12